We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697a9f3 commit 523f4e9Copy full SHA for 523f4e9
1 file changed
vgui2/vgui_controls/TextEntry.cpp
@@ -95,6 +95,8 @@ TextEntry::TextEntry(Panel *parent, const char *panelName) : BaseClass(parent, p
95
96
SetEditable(true);
97
98
+ _dataChanged = false;
99
+
100
// initialize the line break array
101
m_LineBreaks.AddToTail(BUFFER_SIZE);
102
0 commit comments