Fix faction dropdowns unhighlighting when they shouldn't

This commit is contained in:
ScottNZ
2014-12-07 15:19:56 +13:00
parent 4f4c67735d
commit 52f6cb418a
4 changed files with 6 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ Container@SETTINGS_PANEL:
Y: 205 Y: 205
Width: 70 Width: 70
Height: 25 Height: 25
IgnoreChildMouseOver: true
Children: Children:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5

View File

@@ -51,6 +51,7 @@ ScrollPanel@LOBBY_PLAYER_BIN:
X: 190 X: 190
Width: 80 Width: 80
Height: 25 Height: 25
IgnoreChildMouseOver: true
Children: Children:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
@@ -61,6 +62,7 @@ ScrollPanel@LOBBY_PLAYER_BIN:
X: 280 X: 280
Width: 130 Width: 130
Height: 25 Height: 25
IgnoreChildMouseOver: true
Children: Children:
Image@FACTIONFLAG: Image@FACTIONFLAG:
Width: 23 Width: 23

View File

@@ -51,6 +51,7 @@ ScrollPanel@LOBBY_PLAYER_BIN:
X: 190 X: 190
Width: 80 Width: 80
Height: 25 Height: 25
IgnoreChildMouseOver: true
Children: Children:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
@@ -61,6 +62,7 @@ ScrollPanel@LOBBY_PLAYER_BIN:
X: 280 X: 280
Width: 130 Width: 130
Height: 25 Height: 25
IgnoreChildMouseOver: true
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: FACTION_DESCRIPTION_TOOLTIP TooltipTemplate: FACTION_DESCRIPTION_TOOLTIP
PanelRoot: FACTION_DROPDOWN_PANEL_ROOT # ensure that tooltips for the options are on top of the dropdown panel PanelRoot: FACTION_DROPDOWN_PANEL_ROOT # ensure that tooltips for the options are on top of the dropdown panel

View File

@@ -182,6 +182,7 @@ Background@SETTINGS_PANEL:
Y: 205 Y: 205
Width: 70 Width: 70
Height: 25 Height: 25
IgnoreChildMouseOver: true
Children: Children:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5