font smoothing fix, beautify fix, version number in about box, rev 0065

This commit is contained in:
benfry
2003-09-30 20:45:24 +00:00
parent 7e618de688
commit 0f2b20a238
7 changed files with 105 additions and 24 deletions
+3
View File
@@ -243,6 +243,9 @@ public class PdeEditorButtons extends JPanel implements MouseInputListener {
}
public void mouseMoved(MouseEvent e) {
// mouse events before paint();
if (state == null) return;
if (state[OPEN] != INACTIVE) {
// avoid flicker, since there will probably be an update event
setState(OPEN, INACTIVE, false);