You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Fixes viewport scrollbars not updating with plugins
This commit is contained in:
@@ -547,6 +547,8 @@ public:
|
||||
|
||||
Control *get_viewport_control() { return viewport; }
|
||||
|
||||
void update_viewport();
|
||||
|
||||
Tool get_current_tool() { return tool; }
|
||||
|
||||
void set_undo_redo(UndoRedo *p_undo_redo) { undo_redo = p_undo_redo; }
|
||||
|
||||
Reference in New Issue
Block a user