mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-12 03:09:38 +01:00
IDE: clean up
git-svn-id: trunk@28478 -
This commit is contained in:
parent
0c0a23d3f0
commit
dba9c19854
@ -6526,8 +6526,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSourceNotebook.CloseTabClicked(Sender: TObject);
|
procedure TSourceNotebook.CloseTabClicked(Sender: TObject);
|
||||||
var
|
|
||||||
TabIndex: Integer;
|
|
||||||
begin
|
begin
|
||||||
CloseClicked(Sender,
|
CloseClicked(Sender,
|
||||||
(GetKeyState(VK_CONTROL) < 0) and EditorOpts.CtrlMiddleTabClickClosesOthers);
|
(GetKeyState(VK_CONTROL) < 0) and EditorOpts.CtrlMiddleTabClickClosesOthers);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user