Skip to content

Commit

Permalink
Fixed PR #1162
Browse files Browse the repository at this point in the history
  • Loading branch information
robotboy655 committed Apr 22, 2016
1 parent 9f164be commit 2ea8e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion garrysmod/lua/vgui/dtextentry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ AccessorFunc( PANEL, "m_bHistory", "HistoryEnabled", FORCE_BOOL )
AccessorFunc( PANEL, "m_bDisableTabbing", "TabbingDisabled", FORCE_BOOL )
AccessorFunc( PANEL, "m_FontName", "Font" )
AccessorFunc( PANEL, "m_bBorder", "DrawBorder" )
AccessorFunc( PANEL, "m_bBackground", "DrawBackground" )
AccessorFunc( PANEL, "m_bBackground", "PaintBackground" )
AccessorFunc( PANEL, "m_bBackground", "DrawBackground" ) -- Deprecated

AccessorFunc( PANEL, "m_colText", "TextColor" )
AccessorFunc( PANEL, "m_colHighlight", "HighlightColor" )
Expand Down

0 comments on commit 2ea8e0c

Please sign in to comment.