Attempt #5: repaint frame on UI state change.

This commit is contained in:
Doublestrike
2012-02-13 13:08:14 +00:00
parent 797d9118b4
commit 86d63a4c74

View File

@@ -150,6 +150,7 @@ public final class FControl {
} }
Singletons.getView().validate(); Singletons.getView().validate();
Singletons.getView().repaint();
} }
/** Gets the match controller. /** Gets the match controller.