merge with dev

This commit is contained in:
Desmis
2019-03-26 08:33:23 +01:00
parent e1705ab94b
commit 2289fa8e94
2 changed files with 2 additions and 2 deletions

View File

@@ -1388,7 +1388,7 @@ CursorShape ControlSpotPanel::getCursor(int objectID)
}
}
const bool ControlSpotPanel::mouseOver(int modifierKey)
bool ControlSpotPanel::mouseOver(int modifierKey)
{
EditDataProvider* editProvider_ = getEditProvider();
const auto s = treeview_.get_selection();