summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp
index 124ca5d3..b6edf215 100644
--- a/editor/draw.cpp
+++ b/editor/draw.cpp
@@ -180,7 +180,9 @@ void app::draw()
{
if (_render_bboxes)
draw_collision_boxes();
- if (_editor.current_tile_editor() || _editor.current_scenery_editor() || _editor.current_vobj_editor())
+ if (_editor.current_tile_editor() ||
+ _editor.current_scenery_editor() && _editor.current_scenery_editor()->is_anything_selected() ||
+ _editor.current_vobj_editor())
draw_cursor();
draw_ui();
render_menu();