Skip to content

Commit 54e245b

Browse files
committed
Related to last commit
1 parent 2e4c623 commit 54e245b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GUI/Qt/Windows/MainImageWindow.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ MainImageWindow::UpdateMainLayout()
822822
for (int i = 0; i < 3; i++)
823823
{
824824
auto *slice_model = m_Model->GetSliceModel(i);
825+
slice_model->Update();
825826
if (slice_model->GetSliceDirectionInImageSpace() == 2)
826827
{
827828
auto layout = dlm->GetViewPanelExpandButtonActionModel(i)->GetValue();

0 commit comments

Comments
 (0)