SourceEditor: Only show scrollbars if required (ssAutoBoth)

git-svn-id: trunk@22617 -
This commit is contained in:
martin 2009-11-16 08:45:27 +00:00
parent 21eb56256f
commit 80056f3583

View File

@ -2580,6 +2580,7 @@ Begin
BookMarkOptions.EnableKeys := false;
BookMarkOptions.LeftMargin:=1;
WantTabs := true;
ScrollBars := ssAutoBoth;
// IMPORTANT: when you change below, don't forget updating UnbindEditor
OnStatusChange := @EditorStatusChanged;