minor fixes

This commit is contained in:
fourtf
2018-05-16 15:42:45 +02:00
parent c2c3b67f6b
commit 7b192897da
2 changed files with 48 additions and 51 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ bool SplitOverlay::ButtonEventFilter::eventFilter(QObject *watched, QEvent *even
dynamic_cast<QGraphicsOpacityEffect *>(((QWidget *)watched)->graphicsEffect());
if (effect != nullptr) {
effect->setOpacity(1);
effect->setOpacity(0.99);
}
this->parent->hoveredElement = this->hoveredElement;