mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 08:26:04 +08:00
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())
|
||||
return;
|
||||
}
|
||||
else if (evt.GetId() == tpCalibration) {
|
||||
m_calibration->update_all();
|
||||
}
|
||||
evt.Skip();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user