diff --git a/.gdb_history b/.gdb_history deleted file mode 100644 index fc5962c..0000000 --- a/.gdb_history +++ /dev/null @@ -1 +0,0 @@ -bt diff --git a/cropeditor/cropscene.cpp b/cropeditor/cropscene.cpp index 345d26d..6f4434d 100644 --- a/cropeditor/cropscene.cpp +++ b/cropeditor/cropscene.cpp @@ -162,7 +162,6 @@ void CropScene::setVisible(bool visible) { for (auto view : views()) { if (view->isVisible()) fullscreen |= view->isFullScreen(); view->setVisible(visible); - if (fullscreen) view->showFullScreen(); if (visible) { view->resize(_pixmap.width(), _pixmap.height()); view->setMinimumSize(_pixmap.size());