Explorar o código

Fix dropdown reversing flow (#543)

Tom SPIRA %!s(int64=6) %!d(string=hai) anos
pai
achega
b527992d4d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);