mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-05 00:39:50 +00:00
Redraw text editor immediately after changing anti-alias option
This commit is contained in:
parent
7558504733
commit
08de330123
@ -400,6 +400,10 @@ void WritingTextState::onFontChange()
|
|||||||
m_entry->setFont(font);
|
m_entry->setFont(font);
|
||||||
m_entry->invalidate();
|
m_entry->invalidate();
|
||||||
m_editor->invalidate();
|
m_editor->invalidate();
|
||||||
|
|
||||||
|
// This is useful to show changes to the anti-alias option
|
||||||
|
// immediately.
|
||||||
|
auto dummy = m_entry->extraCel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user