mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-17 08:43:11 +00:00
Fix problem painting a new tip window (with alpha) over a dirty (non-validated) area in tool-bar.
This commit is contained in:
parent
cb2eb74ff0
commit
9658fc3747
@ -515,6 +515,10 @@ void ToolBar::closeTipWindow()
|
||||
m_tipWindow->closeWindow(NULL);
|
||||
delete m_tipWindow;
|
||||
m_tipWindow = NULL;
|
||||
|
||||
// Flush JM_DRAW messages and send them
|
||||
jwidget_flush_redraw(ji_get_default_manager());
|
||||
jmanager_dispatch_messages(ji_get_default_manager());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user