mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-19 15:06:33 +00:00
GTextBox: Avoid one instance of overdraw + naming cleanup.
This commit is contained in:
@@ -24,7 +24,7 @@ private:
|
||||
void handle_backspace();
|
||||
|
||||
String m_text;
|
||||
unsigned m_cursorPosition { 0 };
|
||||
bool m_cursorBlinkState { false };
|
||||
unsigned m_cursor_position { 0 };
|
||||
bool m_cursor_blink_state { false };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user