Skip to content

Commit

Permalink
Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
shai-almog committed May 25, 2024
1 parent 225e41e commit e733df4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ private int reverseAlignForBidi(Component c) {
/**
* Reverses alignment in the case of bidi
*/
private int reverseAlignForBidi(Component c, int align) {
public static int reverseAlignForBidi(Component c, int align) {
if(c.isRTL()) {
switch(align) {
case Component.RIGHT:
Expand Down

0 comments on commit e733df4

Please sign in to comment.