diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-02 11:22:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-02 11:22:49 +0200 |
| commit | 876456754debb677c71dbec55ce4e99142614940 (patch) | |
| tree | 0d3faed277cafd27915ddf61371bdcb3d3f5453c /editor/plugins/spatial_editor_plugin.h | |
| parent | 3771a4b9ba6b1c767497d814c5b3f61472ba182b (diff) | |
| parent | 7d13f6ad303b0b2ed422e4f81fc2720f98ea4080 (diff) | |
| download | redot-engine-876456754debb677c71dbec55ce4e99142614940.tar.gz | |
Merge pull request #21421 from YeldhamDev/mult_view_changes
Small improvements to the Spatial Editor's multiple viewport mode
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
| -rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index 773739d6e0..cb96d1648a 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -443,6 +443,9 @@ private: float ratio_h; float ratio_v; + bool hovering_v; + bool hovering_h; + bool dragging_v; bool dragging_h; Vector2 drag_begin_pos; |
