[PE] Fix Bug 37545

This commit is contained in:
Julia Radzhabova 2018-04-23 15:06:58 +03:00
parent 6977ca9cbf
commit d7f4d9047e

View file

@ -209,7 +209,7 @@ define([
var mnuitemHideRulers = new Common.UI.MenuItem({
caption: me.header.textHideLines,
checked: Common.localStorage.getBool("pe-hidden-rulers"),
checked: Common.localStorage.getBool("pe-hidden-rulers", true),
checkable: true,
value: 'rulers'
});