Save pre-batched-redraw snapshot
This commit is contained in:
@@ -99,6 +99,7 @@ void TextBox::draw()
|
||||
bool TextBox::handleEvent(const ExMessage& msg)
|
||||
{
|
||||
if (!show) return false;
|
||||
resetEventVisualChanged();
|
||||
|
||||
bool hover = false;
|
||||
bool oldClick = click;
|
||||
@@ -165,6 +166,7 @@ bool TextBox::handleEvent(const ExMessage& msg)
|
||||
|
||||
if (dirty)
|
||||
requestRepaint(parent);
|
||||
markEventVisualChanged(dirty);
|
||||
|
||||
if (click)
|
||||
click = false;
|
||||
|
||||
Reference in New Issue
Block a user