TextDiffCtrl: Cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@11440 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-11-07 12:43:04 +00:00
parent 3aaff0240e
commit 68dfe8aab9

View file

@ -24,7 +24,7 @@ TextCompareCtrl::TextCompareCtrl()
cursor = anchor = Null;
gutter_capture = false;
show_line_number = true;
show_white_space = true;
show_white_space = false;
show_diff_highlight = true;
change_paper_color = true;
}