fixed progress-bar after change of tick-resolution from 64 to 192
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@912 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -371,7 +371,7 @@ void exportProjectDialog::exportBtnClicked( void )
|
||||
{
|
||||
dev->processNextBuffer();
|
||||
const int pval = pp * 100 /
|
||||
( ( engine::getSong()->length() + 1 ) * 64 );
|
||||
( ( engine::getSong()->length() + 1 ) * 192 );
|
||||
m_exportProgressBar->setValue( pval );
|
||||
if( engine::getMainWindow() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user