mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 15:25:07 +02:00
SourceEditor: Only show scrollbars if required (ssAutoBoth)
git-svn-id: trunk@22617 -
This commit is contained in:
parent
21eb56256f
commit
80056f3583
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user