We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0674c90 commit 409e6d8Copy full SHA for 409e6d8
Designer/FCommands.pas
@@ -253,6 +253,7 @@ procedure TFrameCommands.ActionSearchCommandExecute(Sender: TObject);
253
begin
254
if lItem.Data = lCommandSearchForm.ListViewCommands.Selected.Data then
255
Self.ListViewCommands.Selected := lItem;
256
+ Self.ListViewCommands.Selected.MakeVisible(False);
257
end; //for lItem
258
end; //if ShowModal
259
finally
0 commit comments