mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 18:41:05 +00:00
Fix bug firing Option::AfterChange signal with previous value
This commit is contained in:
parent
bb45a55bbd
commit
dd1c1dc40f
@ -66,7 +66,7 @@ namespace app {
|
||||
m_value = newValue;
|
||||
m_dirty = true;
|
||||
|
||||
AfterChange(oldValue);
|
||||
AfterChange(newValue);
|
||||
if (m_section)
|
||||
m_section->AfterChange();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user