Skip to content

Commit

Permalink
Save session tree color when creating a copy of a session. See https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarbecker committed May 11, 2017
1 parent 38cfdd0 commit e17fc02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dbconnection.pas
Expand Up @@ -1177,6 +1177,7 @@ procedure TConnectionParameters.SaveToRegistry;
AppSettings.WriteString(asDatabases, FAllDatabases);
AppSettings.WriteString(asComment, FComment);
AppSettings.WriteString(asStartupScriptFilename, FStartupScriptFilename);
AppSettings.WriteInt(asTreeBackground, FSessionColor);
AppSettings.WriteString(asSSHtunnelHost, FSSHHost);
AppSettings.WriteInt(asSSHtunnelHostPort, FSSHPort);
AppSettings.WriteString(asSSHtunnelUser, FSSHUser);
Expand Down

0 comments on commit e17fc02

Please sign in to comment.