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 d8125f8665
commit 6a000b1c3d
7 changed files with 105 additions and 24 deletions

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);