- Quick fix for compile error in r14071.

This commit is contained in:
Sloth
2012-02-15 13:36:32 +00:00
parent 60dd4a0254
commit 73b61bade6

View File

@@ -154,7 +154,7 @@ public class ViewMessage extends FPanel {
remindIsRunning = false; remindIsRunning = false;
timer1.stop(); timer1.stop();
} }
repaintOnlyThisPanel(); repaint();
} }
}; };