add history to TextBox

This commit is contained in:
MihailRis
2025-03-12 01:52:08 +03:00
parent 223a846784
commit 4c493aff25
7 changed files with 230 additions and 33 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ void GUI::actMouse(float delta) {
doubleClicked = false;
doubleClickTimer += delta + mouseDelta * 0.1f;
auto hover = container->getAt(Events::cursor, nullptr);
auto hover = container->getAt(Events::cursor);
if (this->hover && this->hover != hover) {
this->hover->setHover(false);
}