gui: Redraw the canvas after loading a new configuration from a file.

This commit is contained in:
tgoff0@gmail.com 2014-12-19 01:02:06 +00:00
parent a71380b7a3
commit f28df978e9

View file

@ -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