BF [ 2129831 ] Number box focus
This commit is contained in:
parent
0256c6f7a9
commit
25c29f07e0
|
@ -366,4 +366,10 @@ public class NumberBox extends Panel
|
|||
return decimalBox.addEventListener(evtnm, listener);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void focus()
|
||||
{
|
||||
decimalBox.focus();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue