re-enable buttons for playback input

This commit is contained in:
Maxmtg
2013-06-02 18:15:20 +00:00
parent 809234fda8
commit d44a379e8f

View File

@@ -30,7 +30,7 @@ public class InputPlaybackControl extends InputSyncronizedBase implements InputS
@Override
protected void showMessage() {
setPause(false);
ButtonUtil.enableAllFocusOk();
}
private void setPause(boolean pause) {