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

Fix issue #931: display current view name into editor's 3d scene viewports

This commit is contained in:
rollenrolm
2015-03-21 21:47:21 +01:00
parent 40496dd76a
commit 4d30bb7241
2 changed files with 58 additions and 13 deletions

View File

@@ -92,6 +92,7 @@ public:
};
private:
int index;
String name;
void _menu_option(int p_option);
Size2 prev_size;
@@ -110,6 +111,7 @@ private:
bool orthogonal;
float gizmo_scale;
void _update_name();
void _compute_edit(const Point2& p_point);
void _clear_selected();
void _select_clicked(bool p_append,bool p_single);