Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
95f1c7e0
Commit
95f1c7e0
authored
Dec 16, 2018
by
Michael W. Vogel
Browse files
IDE: Don't enlarge IDE if MessagesView or CodeExplorerView is shown. Issue
#34447
git-svn-id: trunk@59830 -
parent
1784adaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
components/anchordocking/design/registeranchordocking.pas
View file @
95f1c7e0
...
...
@@ -361,7 +361,7 @@ begin
{$IF defined(VerboseAnchorDocking) or defined(VerboseAnchorDockRestore)}
debugln
([
'TIDEAnchorDockMaster.ShowForm NewDockSite='
,
DbgSName
(
NewDockSite
),
'="'
,
NewDockSite
.
Caption
,
'"'
]);
{$ENDIF}
DockMaster
.
ManualDock
(
Site
,
NewDockSite
,
DockAlign
);
DockMaster
.
ManualDock
(
Site
,
NewDockSite
,
DockAlign
,
NewDockSite
);
{$IF defined(VerboseAnchorDocking) or defined(VerboseAnchorDockRestore)}
debugln
([
'TIDEAnchorDockMaster.ShowForm after docking: '
,
DbgSName
(
AControl
),
' Floating='
,
DockMaster
.
IsFloating
(
AControl
)]);
{$ENDIF}
...
...
ide/main.pp
View file @
95f1c7e0
...
...
@@ -2429,7 +2429,7 @@ begin
NonModalIDEWindowNames
[
nmiwSourceNoteBookName
],
alBottom
,
false
,
@
GetLayoutHandler
);
IDEWindowCreators
.
Add
(
NonModalIDEWindowNames
[
nmiwCodeExplorerName
],
nil
,
@
CreateIDEWindow
,
'72%'
,
'120'
,
'+170'
,
'-200'
,
NonModalIDEWindowNames
[
nmiw
SourceNoteBook
Name
],
alRight
);
NonModalIDEWindowNames
[
nmiw
MainIDE
Name
],
alRight
);
IDEWindowCreators
.
Add
(
NonModalIDEWindowNames
[
nmiwUnitDependenciesName
],
nil
,
@
CreateIDEWindow
,
'200'
,
'200'
,
''
,
''
);
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#34447 (closed)
·
Jul 29, 2021
mentioned in issue
#34447 (closed)
mentioned in issue #34447
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment