mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 08:19:29 +02:00
IDE: add TabOrderEditor to CreateIDEWindow.
git-svn-id: trunk@33006 -
This commit is contained in:
parent
3ddecfefbe
commit
3d195eb2f1
@ -9940,6 +9940,11 @@ begin
|
|||||||
DoViewAnchorEditor(false);
|
DoViewAnchorEditor(false);
|
||||||
AForm:=AnchorDesigner;
|
AForm:=AnchorDesigner;
|
||||||
end
|
end
|
||||||
|
else if ItIs(NonModalIDEWindowNames[nmiwTabOrderEditor]) then
|
||||||
|
begin
|
||||||
|
DoViewTabOrderEditor(false);
|
||||||
|
AForm:=TabOrderDialog;
|
||||||
|
end
|
||||||
else if ItIs(NonModalIDEWindowNames[nmiwCodeBrowser]) then
|
else if ItIs(NonModalIDEWindowNames[nmiwCodeBrowser]) then
|
||||||
begin
|
begin
|
||||||
DoShowCodeBrowser(false);
|
DoShowCodeBrowser(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user