Fix broked World->Chat
This commit is contained in:
@@ -491,10 +491,11 @@
|
||||
<menu bottom="-18" create_jump_keys="true" drop_shadow="true" enabled="true"
|
||||
height="339" label="World" left="0" mouse_opaque="false" name="World"
|
||||
opaque="true" tear_off="true" width="185">
|
||||
<menu_item_call bottom="-29" enabled="true" height="19" label="Chat" left="0"
|
||||
<menu_item_check bottom="-29" enabled="true" height="19" label="Chat" left="0"
|
||||
mouse_opaque="true" name="Chat" shortcut="" width="185">
|
||||
<on_click function="FloaterShow" userdata="chatbar" />
|
||||
</menu_item_call>
|
||||
<on_click function="ToggleControl" userdata="ChatVisible"/>
|
||||
<on_check control="ChatVisible"/>
|
||||
</menu_item_check>
|
||||
<menu_item_check bottom="-67" enabled="true" height="19" label="Always Run" left="0"
|
||||
mouse_opaque="true" name="Always Run" shortcut="control|R" width="185">
|
||||
<on_click function="ShowFloater" userdata="always run" />
|
||||
|
||||
@@ -9,9 +9,7 @@
|
||||
<icon image_name="spacer24.tga" width="2" height="2" follows="left|right" color="0,0,0,0" left="0" />
|
||||
</layout_panel>
|
||||
<layout_panel name="panel2" height="24" width="50" auto_resize="false" user_resize="false" visibility_control="ToolbarVisibleChatbar">
|
||||
<button bottom="0" height="24" image_selected="btn_chatbar_selected.tga" scale_image="true" image_unselected="btn_chatbar.tga" label="" left="2" name="chat_btn" image_overlay="icn_chatbar.tga" tool_tip="Show Chat Bar. (Enter)" width="50" follows="left|right" control_name="ChatVisible">
|
||||
<button.commit_callback function="ShowFloater" parameter="chatbar"/>
|
||||
</button>
|
||||
<button bottom="0" height="24" image_selected="btn_chatbar_selected.tga" scale_image="true" image_unselected="btn_chatbar.tga" label="" left="2" name="chat_btn" image_overlay="icn_chatbar.tga" tool_tip="Show Chat Bar. (Enter)" width="50" follows="left|right" control_name="ChatVisible" toggle="true"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="panel3" height="2" width="2" auto_resize="false" user_resize="false" visibility_control="ToolbarVisibleChatbar">
|
||||
<icon image_name="spacer24.tga" width="2" height="2" follows="left|right" color="0,0,0,0"/>
|
||||
|
||||
Reference in New Issue
Block a user