1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-07 19:29:27 +00:00

Fix missing repaint on Video Window

This commit is contained in:
Seth Morabito 2014-08-13 15:46:20 -07:00
parent 742e3a1027
commit e157217f50

View File

@ -364,6 +364,9 @@ public class Simulator {
if (videoWindow != null && stepsSinceLastCrtcRefresh++ > stepsBetweenCrtcRefreshes) {
stepsSinceLastCrtcRefresh = 0;
if (videoWindow.isVisible()) {
videoWindow.repaint();
}
}
// This is a very expensive update, and we're doing it without