Fix bug firing Option::AfterChange signal with previous value

This commit is contained in:
David Capello 2015-05-21 12:55:51 -03:00
parent bb45a55bbd
commit dd1c1dc40f

View File

@ -66,7 +66,7 @@ namespace app {
m_value = newValue;
m_dirty = true;
AfterChange(oldValue);
AfterChange(newValue);
if (m_section)
m_section->AfterChange();