gui: Redraw the canvas after loading a new configuration from a file.
This commit is contained in:
parent
a0d4ac4ec4
commit
d422cccad9
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ proc openFile { filename } {
|
||||||
close $fileId
|
close $fileId
|
||||||
|
|
||||||
loadCfg $cfg
|
loadCfg $cfg
|
||||||
|
switchCanvas none;
|
||||||
set undolog(0) $cfg
|
set undolog(0) $cfg
|
||||||
set activetool select
|
set activetool select
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue