Skip to content

Commit f896dc7

Browse files
committed
Merge branch 'py/reload-config' into j6t-testing
* py/reload-config: git-gui: update in-memory config when changing config options
2 parents 5e1f235 + 3d8a8d8 commit f896dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/option.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ proc do_save_config {w} {
333333
if {[catch {save_config} err]} {
334334
error_popup [strcat [mc "Failed to completely save options:"] "\n\n$err"]
335335
}
336+
load_config 1
336337
reshow_diff
337338
destroy $w
338339
}

0 commit comments

Comments
 (0)