1
0
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:
groud
2018-10-18 14:06:57 +02:00
parent ebdb374d80
commit ced6f43455
7 changed files with 120 additions and 123 deletions

View File

@@ -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; }