Selection fixes

This commit is contained in:
lupoDharkael
2018-04-19 09:16:30 +02:00
parent 205cd7c87b
commit c942383b00
2 changed files with 6 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ void Controller::createVisualCapture(const uint id, const QString &forcedSavePat
m_captureWindow->show();
#else
m_captureWindow->showFullScreen();
//m_captureWindow->show(); // Debug
#endif
}
}