Mercurial Hosting > editor
comparison src/luan_editor/window.luan @ 45:0c83b27bb32d
remove validate
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 19 May 2025 17:20:10 -0600 |
parents | 779ea6d9d8fb |
children | 1eef35fa48f3 |
comparison
equal
deleted
inserted
replaced
44:779ea6d9d8fb | 45:0c83b27bb32d |
---|---|
92 horizontal_alignment = "right" | 92 horizontal_alignment = "right" |
93 } | 93 } |
94 list_view.add(rb) | 94 list_view.add(rb) |
95 list_group.add(rb) | 95 list_group.add(rb) |
96 list_scroll_pane.scroll_to_right() | 96 list_scroll_pane.scroll_to_right() |
97 list_window.validate() | |
98 return rb | 97 return rb |
99 end | 98 end |
100 local function remove_list_window_item(list_window_item) | 99 local function remove_list_window_item(list_window_item) |
101 list_view.remove(list_window_item) | 100 list_view.remove(list_window_item) |
102 list_group.remove(list_window_item) | 101 list_group.remove(list_window_item) |
103 list_window.validate() | |
104 end | 102 end |
105 | 103 |
106 local black = int_to_color(0x000000) | 104 local black = int_to_color(0x000000) |
107 local blue = int_to_color(0x0000FF) | 105 local blue = int_to_color(0x0000FF) |
108 local grey = int_to_color(0x888888) | 106 local grey = int_to_color(0x888888) |