mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
font smoothing fix, beautify fix, version number in about box, rev 0065
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user