mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:39:19 +02:00
IDE: added debugging for sort selection
git-svn-id: trunk@36748 -
This commit is contained in:
parent
1966581af5
commit
52e6b95473
@ -18635,6 +18635,8 @@ end;
|
|||||||
|
|
||||||
procedure TMainIDE.mnuEditSortBlockClicked(Sender: TObject);
|
procedure TMainIDE.mnuEditSortBlockClicked(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
|
// MG: sometimes the function does nothing
|
||||||
|
debugln(['TMainIDE.mnuEditSortBlockClicked ',DbgSName(FindOwnerControl(GetFocus))]);
|
||||||
DoSourceEditorCommand(ecSelectionSort);
|
DoSourceEditorCommand(ecSelectionSort);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user