Skip to content
Snippets Groups Projects
Commit 15547574 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Disable ChangeDir functionality of SaveDialog

This would cause all relative file paths to fail after exporting
settings to .ini file in another directory. Long time bug.
parent 5e580724
Branches
Tags
No related merge requests found
......@@ -16106,6 +16106,7 @@ object MainForm: TMainForm
Left = 576
end
object SaveDialog: TSaveDialog
Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
Left = 600
end
object LogTimer: TTimer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment