We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4c623 commit 54e245bCopy full SHA for 54e245b
GUI/Qt/Windows/MainImageWindow.cxx
@@ -822,6 +822,7 @@ MainImageWindow::UpdateMainLayout()
822
for (int i = 0; i < 3; i++)
823
{
824
auto *slice_model = m_Model->GetSliceModel(i);
825
+ slice_model->Update();
826
if (slice_model->GetSliceDirectionInImageSpace() == 2)
827
828
auto layout = dlm->GetViewPanelExpandButtonActionModel(i)->GetValue();
0 commit comments