Skip to content

Commit

Permalink
Minor fix in ModelWidget::startSceneMove to reset viewport cached
Browse files Browse the repository at this point in the history
content
  • Loading branch information
rkhaotix committed Jan 28, 2024
1 parent c2dee83 commit 47d9e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/libgui/src/widgets/modelwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@ void ModelWidget::startSceneMove()
curr_show_delim = ObjectsScene::isShowPageDelimiters();
ObjectsScene::setShowGrid(false);
ObjectsScene::setShowPageDelimiters(false);
viewport->resetCachedContent();
scene->setShowSceneLimits(false);
}

Expand Down

0 comments on commit 47d9e8a

Please sign in to comment.