mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Don't ask for saving modified settings if focus is not changed to another session node.
This commit is contained in:
@@ -502,7 +502,8 @@ procedure Tconnform.ListSessionsFocusChanging(Sender: TBaseVirtualTree; OldNode,
|
||||
NewNode: PVirtualNode; OldColumn, NewColumn: TColumnIndex;
|
||||
var Allowed: Boolean);
|
||||
begin
|
||||
FinalizeModifications(Allowed);
|
||||
if NewNode <> OldNode then
|
||||
FinalizeModifications(Allowed);
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user