Gui: [skip ci] whitespace improvements

This commit is contained in:
wmayer
2022-10-20 21:26:53 +02:00
parent 16c52bb18c
commit fba6a718eb
3 changed files with 8 additions and 7 deletions

View File

@@ -331,8 +331,8 @@ void PropertyView::onSelectionChanged(const SelectionChanges& msg)
timer->start(ViewParams::instance()->getPropertyViewTimer());
}
void PropertyView::onTimer() {
void PropertyView::onTimer()
{
timer->stop();
if(!this->isSelectionAttached()) {