fixed the add button not wrapping the notebook

This commit is contained in:
fourtf
2018-06-01 14:46:41 +02:00
parent 3a78068810
commit bba82ac912
6 changed files with 39 additions and 16 deletions
+4
View File
@@ -311,6 +311,10 @@ void Split::enterEvent(QEvent *event)
if (modifierStatus == showSplitOverlayModifiers /*|| modifierStatus == showAddSplitRegions*/) {
this->overlay->show();
}
if (this->container != nullptr) {
this->container->resetMouseStatus();
}
}
void Split::leaveEvent(QEvent *event)