Skip to content

Commit

Permalink
#13184: "View rulers" setting not retained across session
Browse files Browse the repository at this point in the history
git-svn-id: svn://scribus.net/trunk/Scribus@20334 11d20701-8431-0410-a711-e3c959e3b870
  • Loading branch information
Jean Ghali committed Aug 16, 2015
1 parent 156ebfd commit 0aa1da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scribus/scribus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2542,6 +2542,7 @@ void ScribusMainWindow::newActWin(QMdiSubWindow *w)
view->requestMode(doc->appMode);
}
view->setFocus();
view->setRulersShown(doc->guidesPrefs().rulersShown);
scrActions["viewShowMargins"]->setChecked(doc->guidesPrefs().marginsShown);
scrActions["viewShowBleeds"]->setChecked(doc->guidesPrefs().showBleed);
scrActions["viewShowFrames"]->setChecked(doc->guidesPrefs().framesShown);
Expand Down

0 comments on commit 0aa1da1

Please sign in to comment.