mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make "Perspective" button look like a actual clickable button
This commit is contained in:
parent
6312f18f8e
commit
9d69c34990
2 changed files with 48 additions and 32 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue