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
No related branches found
No related tags found
No related merge requests found
...@@ -16106,6 +16106,7 @@ object MainForm: TMainForm ...@@ -16106,6 +16106,7 @@ object MainForm: TMainForm
Left = 576 Left = 576
end end
object SaveDialog: TSaveDialog object SaveDialog: TSaveDialog
Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
Left = 600 Left = 600
end end
object LogTimer: TTimer object LogTimer: TTimer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment