small fixes

This commit is contained in:
MihailRis
2024-05-18 16:57:04 +03:00
parent d3c9911640
commit 535c7d8326
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ namespace gui {
/// @brief Set caret position in the text
/// @param position integer in range [-text.length(), text.length()]
virtual void setCaret(ssize_t position);
virtual void setCaret(ptrdiff_t position);
/// @brief Select part of the text
/// @param start index of the first selected character