mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-07 10:21:30 +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)
|
void SelectBoxState::onBeforePopState(Editor* editor)
|
||||||
{
|
{
|
||||||
editor->setDecorator(NULL);
|
editor->setDecorator(NULL);
|
||||||
|
editor->invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SelectBoxState::onMouseDown(Editor* editor, MouseMessage* msg)
|
bool SelectBoxState::onMouseDown(Editor* editor, MouseMessage* msg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user