Skip to content
Snippets Groups Projects
Commit 67864917 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 30020a17
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1941 passed
......@@ -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