Skip to content

Commit e733df4

Browse files
committed
Added missing import
1 parent 225e41e commit e733df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodenameOne/src/com/codename1/ui/plaf/DefaultLookAndFeel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ private int reverseAlignForBidi(Component c) {
13091309
/**
13101310
* Reverses alignment in the case of bidi
13111311
*/
1312-
private int reverseAlignForBidi(Component c, int align) {
1312+
public static int reverseAlignForBidi(Component c, int align) {
13131313
if(c.isRTL()) {
13141314
switch(align) {
13151315
case Component.RIGHT:

0 commit comments

Comments
 (0)