Gui: rename methods of SelectionObserver to clarify intention in client code

This commit is contained in:
wmayer
2021-12-07 14:17:07 +01:00
parent 8424c9323b
commit a6838cf58f
18 changed files with 123 additions and 126 deletions

View File

@@ -351,7 +351,7 @@ void PropertyView::onTimer() {
clearPropertyItemSelection();
timer->stop();
if(!this->isConnectionAttached())
if(!this->isSelectionAttached())
return;
if(!Gui::Selection().hasSelection()) {