Skip to content

Commit

Permalink
Merge pull request #3 from valyo/2.5.x
Browse files Browse the repository at this point in the history
2.5.x Workaround for Bug 3129
  • Loading branch information
goglepox committed Feb 28, 2012
2 parents 356ae92 + bc78579 commit 3daf432
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -401,6 +401,7 @@ public void printMessage(String message) {

synchronized (output) {
output.append(message);
output.setFont(JFaceResources.getTextFont());
output.redraw();
}
}
Expand Down

0 comments on commit 3daf432

Please sign in to comment.