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:
Tobias Doerffel
2008-04-12 15:10:26 +00:00
parent 39786d36d5
commit 29124a9a59

View File

@@ -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() )
{