mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
remove tooltip text
This commit is contained in:
@@ -717,6 +717,10 @@ public class JavaTextArea extends JEditTextArea {
|
||||
public void mouseEntered(MouseEvent me) {
|
||||
// forward to standard listeners
|
||||
for (MouseListener ml : mouseListeners) {
|
||||
// investigating an NPE that keeps showing up here [fry]
|
||||
// if (ml == null || me == null) {
|
||||
// System.out.println(ml + " " + me);
|
||||
// }
|
||||
ml.mouseEntered(me);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user