Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapwidget.cc')
-rw-r--r--src/mapwidget.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapwidget.cc b/src/mapwidget.cc
index 581f57f..f5dd595 100644
--- a/src/mapwidget.cc
+++ b/src/mapwidget.cc
@@ -137,8 +137,9 @@ void MapWidget::deselect()
}
mapwidget_selected = 0;
- emit propertiesChanged(0);
+ emit propertiesChanged(0);
mapwidget_manipulator->setMode(Manipulator::None);
+ mapwidget_manipulator->update();
}
void MapWidget::dragEntity(EntityWidget *entity, int x, int y)