mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-02 05:16:40 -04:00
Update UI 60 times per second (#4570)
* Update UI 60 times per second * Adjust falloff values
This commit is contained in:
committed by
Hyunjin Song
parent
153f15f4b4
commit
dd7b0865fb
@@ -209,7 +209,7 @@ MainWindow::MainWindow() :
|
||||
vbox->addWidget( w );
|
||||
setCentralWidget( main_widget );
|
||||
|
||||
m_updateTimer.start( 1000 / 20, this ); // 20 fps
|
||||
m_updateTimer.start( 1000 / 60, this ); // 60 fps
|
||||
|
||||
if( ConfigManager::inst()->value( "ui", "enableautosave" ).toInt() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user