Fix switching between auto and manual ystart in GUI.

This commit is contained in:
Christian Speckner 2018-09-17 22:18:59 +02:00
parent 1a86c8c3be
commit 27956cff15
1 changed files with 2 additions and 1 deletions

View File

@ -734,7 +734,8 @@ void Console::updateYStart(uInt32 ystart)
redetectYStart();
myYStartAutodetected = true;
ystart = myAutodetectedYstart;
}
} else
myYStartAutodetected = false;
if (ystart != myTIA->ystart()) myTIA->setYStart(ystart);
}