FIX: Update the page status when entering the calibration page

jira: STUDIO-7043
Change-Id: I2e0923c8057f7cda99e8b23b6be46b2b508c4dfb
This commit is contained in:
zhimin.zeng 2024-10-22 16:13:02 +08:00 committed by Lane.Wei
parent daf16e9ea7
commit b296537bbe
1 changed files with 3 additions and 0 deletions

View File

@ -820,6 +820,9 @@ void MainFrame::update_layout()
if (!preview_only_hint())
return;
}
else if (evt.GetId() == tpCalibration) {
m_calibration->update_all();
}
evt.Skip();
});