this better compile

This commit is contained in:
fourtf
2018-05-10 18:18:12 +02:00
parent 5fcf42f1fc
commit b83c8e2735
2 changed files with 6 additions and 13 deletions
+5 -5
View File
@@ -129,11 +129,11 @@ Split::Split(QWidget *parent)
this->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
this->managedConnect(altPressedStatusChanged, [this](bool status) {
if (status && this->isMouseOver) {
this->overlay->show();
} else {
this->overlay->hide();
}
// if (status && this->isMouseOver) {
// this->overlay->show();
// } else {
// this->overlay->hide();
// }
});
}