mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:49:14 +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);
|
||||
begin
|
||||
// MG: sometimes the function does nothing
|
||||
debugln(['TMainIDE.mnuEditSortBlockClicked ',DbgSName(FindOwnerControl(GetFocus))]);
|
||||
DoSourceEditorCommand(ecSelectionSort);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user