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 b739799 commit 37add0fCopy full SHA for 37add0f
source/connections.pas
@@ -1213,7 +1213,7 @@ procedure Tconnform.ListSessionsStructureChange(Sender: TBaseVirtualTree;
1213
1214
procedure Tconnform.editHostChange(Sender: TObject);
1215
begin
1216
- editSSHhost.TextHint := TEdit(Sender).Text;
+ editSSHhost.TextHint := editHost.Text;
1217
Modification(Sender);
1218
end;
1219
0 commit comments