corrected some viewer behavior when pressing play after the end of a sequence

This commit is contained in:
itsmattkc
2019-02-26 11:19:23 -08:00
parent 1ae3b877a1
commit a24b90c99e
3 changed files with 15 additions and 5 deletions
+3
View File
@@ -343,9 +343,12 @@ void MainWindow::editMenu_About_To_Be_Shown() {
void MainWindow::setup_menus() {
QMenuBar* menuBar = new QMenuBar(this);
/*
menuBar->setStyle(QStyleFactory::create("windowsvista"));
menuBar->setPalette(menuBar->style()->standardPalette());
menuBar->setStyleSheet("");
*/
setMenuBar(menuBar);