fix: console/chat open still available when menu is open & cleanup

This commit is contained in:
MihailRis
2025-02-16 00:38:33 +03:00
parent 31d5cb6880
commit c7061c70cb
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ namespace gui {
/// @brief Set caret position in the text
/// @param position integer in range [0, text.length()]
virtual void setCaret(size_t position, bool ignoreFormatting = true);
virtual void setCaret(size_t position);
/// @brief Set caret position in the text
/// @param position integer in range [-text.length(), text.length()]