mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-28 16:20:50 +00:00
Fix redraw problem after canceling "Canvas Size" command
This commit is contained in:
parent
e79314d4e5
commit
9f0d460624
@ -69,6 +69,7 @@ void SelectBoxState::onAfterChangeState(Editor* editor)
|
||||
void SelectBoxState::onBeforePopState(Editor* editor)
|
||||
{
|
||||
editor->setDecorator(NULL);
|
||||
editor->invalidate();
|
||||
}
|
||||
|
||||
bool SelectBoxState::onMouseDown(Editor* editor, MouseMessage* msg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user