Gui: rename methods of SelectionObserver to clarify intention in client code
This commit is contained in:
@@ -351,7 +351,7 @@ void PropertyView::onTimer() {
|
||||
clearPropertyItemSelection();
|
||||
timer->stop();
|
||||
|
||||
if(!this->isConnectionAttached())
|
||||
if(!this->isSelectionAttached())
|
||||
return;
|
||||
|
||||
if(!Gui::Selection().hasSelection()) {
|
||||
|
||||
Reference in New Issue
Block a user