mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Fix weird scrollbar appearance on 2D editor (3.0 master)
This commit is contained in:
parent
355ce0d0de
commit
f3d2036046
@ -454,8 +454,8 @@ public:
|
||||
|
||||
};
|
||||
|
||||
class CanvasItemEditorViewport : public VBoxContainer {
|
||||
GDCLASS( CanvasItemEditorViewport, VBoxContainer );
|
||||
class CanvasItemEditorViewport : public Control {
|
||||
GDCLASS( CanvasItemEditorViewport, Control );
|
||||
|
||||
String default_type;
|
||||
Vector<String> types;
|
||||
|
Loading…
Reference in New Issue
Block a user