Browse Source

Fix dropdown reversing flow (#543)

Tom SPIRA 6 years ago
parent
commit
b527992d4d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      h2d/Dropdown.hx

+ 1 - 0
h2d/Dropdown.hx

@@ -53,6 +53,7 @@ class Dropdown extends Flow {
 		minHeight = maxHeight = 21;
 		paddingLeft = 5;
 		verticalAlign = Middle;
+		reverse = true;
 
 		tileOverItem = h2d.Tile.fromColor(0x303030, 1, 1);
 		tileArrow = tileArrowOpen = h2d.Tile.fromColor(0x404040, maxHeight - 2, maxHeight - 2);