Fixed light icons. Made the search "better". Added more shortcuts and tried to fix som bugs.
This commit is contained in:
@@ -5,4 +5,4 @@ var max_value = 0;
|
||||
func _draw():
|
||||
if max_value != self.get_v_scroll_bar().max_value:
|
||||
max_value = self.get_v_scroll_bar().max_value
|
||||
self.scroll_vertical = max_value
|
||||
self.scroll_vertical = max_value
|
||||
|
||||
Reference in New Issue
Block a user