Skip to content

Commit

Permalink
Add resizing code for CGUIEditBox
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingJellyfish committed Apr 29, 2024
1 parent 5ff449d commit 3f8b78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/guiengine/widgets/CGUIEditBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ bool CGUIEditBox::isOverrideColorEnabled() const
void CGUIEditBox::updateAbsolutePosition()
{
IGUIElement::updateAbsolutePosition();
calculateScrollPos();
}


Expand Down

0 comments on commit 3f8b78d

Please sign in to comment.