Skip to content

Commit

Permalink
QtApp: v0.15 (reverting fullscreen for this release, because no test …
Browse files Browse the repository at this point in the history
…results)
  • Loading branch information
masc4ii committed Mar 31, 2018
1 parent 8e84e75 commit 2f469e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/qt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleShortVersionString</key>
<string>0.14 alpha</string>
<string>0.15 alpha</string>
</dict>
</plist>
4 changes: 3 additions & 1 deletion platform/qt/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "DarkStyle.h"

#define APPNAME "MLV App"
#define VERSION "0.14 alpha"
#define VERSION "0.15 alpha"

#define FACTOR_DS 22.5
#define FACTOR_LS 11.2
Expand Down Expand Up @@ -749,6 +749,8 @@ void MainWindow::initGui( void )
QPixmap pic = QPixmap::fromImage( m_pAudioWave->getMonoWave( NULL, 0, 100, devicePixelRatio() ) );
pic.setDevicePixelRatio( devicePixelRatio() );
ui->labelAudioTrack->setPixmap( pic );
//Fullscreen does not work well, so disable
ui->actionFullscreen->setVisible( false );
//Disable caching by default to avoid crashes
//ui->actionCaching->setVisible( false );
//Disable unused (for now) actions
Expand Down

0 comments on commit 2f469e7

Please sign in to comment.