v1.4.1: fixed tooltips persisting when buttons are destroyed
This commit is contained in:
committed by
Evan Debenham
parent
6426649cba
commit
3da164e57c
@@ -208,6 +208,7 @@ public class Button extends Component {
|
|||||||
public synchronized void destroy () {
|
public synchronized void destroy () {
|
||||||
super.destroy();
|
super.destroy();
|
||||||
KeyEvent.removeKeyListener( keyListener );
|
KeyEvent.removeKeyListener( keyListener );
|
||||||
|
killTooltip();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user