FIX: Update the page status when entering the calibration page
jira: STUDIO-7043 Change-Id: I2e0923c8057f7cda99e8b23b6be46b2b508c4dfb
This commit is contained in:
parent
daf16e9ea7
commit
b296537bbe
|
@ -820,6 +820,9 @@ void MainFrame::update_layout()
|
||||||
if (!preview_only_hint())
|
if (!preview_only_hint())
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
else if (evt.GetId() == tpCalibration) {
|
||||||
|
m_calibration->update_all();
|
||||||
|
}
|
||||||
evt.Skip();
|
evt.Skip();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue