disabled drop preview animation

This commit is contained in:
fourtf
2018-05-08 20:35:31 +02:00
parent 463a1f1945
commit 5fcf42f1fc
6 changed files with 37 additions and 28 deletions
+1
View File
@@ -403,6 +403,7 @@ void SplitContainer::setPreviewRect(QPoint mousePos)
this->dropPreview.setBounds(region.rect);
if (!this->dropPreview.isVisible()) {
this->dropPreview.setGeometry(this->rect());
this->dropPreview.show();
this->dropPreview.raise();
}