Skip to content
Snippets Groups Projects
Commit 9dcb0e6b authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Fixed build after merge

parent 15b26e9f
No related branches found
No related tags found
No related merge requests found
......@@ -53,12 +53,10 @@ public class StatisticsScoreDialog extends DynamicBubbleDialog {
super.refreshDialogPosition();
if(arrowType == ArrowType.BUBBLE_ARROW_RIGHT) {
centerDialogToArrowY();
setDialogArrowYAlign(Align.center);
} else if (arrowType == ArrowType.BUBBLE_ARROW_BOTTOM || arrowType == ArrowType.BUBBLE_ARROW_TOP) {
centerDialogToArrowX();
setDialogArrowXAlign(Align.center);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment