Mercurial Hosting > editor
changeset 45:0c83b27bb32d default tip
remove validate
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 19 May 2025 17:20:10 -0600 |
parents | 779ea6d9d8fb |
children | |
files | src/luan_editor/window.luan |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan_editor/window.luan Mon May 19 14:53:41 2025 -0600 +++ b/src/luan_editor/window.luan Mon May 19 17:20:10 2025 -0600 @@ -94,13 +94,11 @@ list_view.add(rb) list_group.add(rb) list_scroll_pane.scroll_to_right() - list_window.validate() return rb end local function remove_list_window_item(list_window_item) list_view.remove(list_window_item) list_group.remove(list_window_item) - list_window.validate() end local black = int_to_color(0x000000)