This commit is contained in:
parent
2f5f0e3aa2
commit
88f21c4d1a
|
@ -91,7 +91,7 @@ public class AdempiereLabelUI extends MetalLabelUI
|
|||
{
|
||||
JLabel label = (JLabel)e.getSource ();
|
||||
String key = getName ();
|
||||
if (key == PRESS)
|
||||
if (key.equals(PRESS))
|
||||
{
|
||||
doPress (label);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue