1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Make "Perspective" button look like a actual clickable button

This commit is contained in:
Michael Alexsander Silva Dias
2018-10-10 04:25:59 -03:00
parent 6312f18f8e
commit 9d69c34990
2 changed files with 48 additions and 32 deletions

View File

@@ -192,7 +192,7 @@ private:
EditorSelection *editor_selection;
UndoRedo *undo_redo;
Button *preview_camera;
CheckBox *preview_camera;
ViewportContainer *viewport_container;
MenuButton *view_menu;
@@ -211,6 +211,7 @@ private:
Label *info_label;
Label *fps_label;
Label *cinema_label;
Label *locked_label;
struct _RayResult {