Changeset - 6abb4bd782b3
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-09-21 12:46:06
hy@ozderya.net
fix zero passing of demo data calculation
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
mainwindow.cpp
Show inline comments
 
@@ -603,7 +603,7 @@ void MainWindow::demoTimerTimeout()
 
{
 
    const double period = 100;
 
    demoCount++;
 
    if (demoCount > 100) demoCount = 0;
 
    if (demoCount >= 100) demoCount = 0;
 

	
 
    if (!ui->actionPause->isChecked())
 
    {
0 comments (0 inline, 0 general)