Skip to content

Commit

Permalink
Fixed main menu not having focus when created
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderscoreKilburn committed Feb 4, 2014
1 parent d108c16 commit 1135ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions garrysmod/lua/menu/mainmenu.lua
Expand Up @@ -28,6 +28,7 @@ function PANEL:Init()
self.HTML:SetKeyboardInputEnabled( true )
self.HTML:SetMouseInputEnabled( true );
self.HTML:SetAllowLua( true )
self.HTML:RequestFocus()
ws_save.HTML = self.HTML
Expand Down

0 comments on commit 1135ece

Please sign in to comment.