From d422cccad9ff46c32707c464da0a0d65d0cc25c0 Mon Sep 17 00:00:00 2001 From: tgoff0 Date: Fri, 19 Dec 2014 01:02:06 +0000 Subject: [PATCH] gui: Redraw the canvas after loading a new configuration from a file. --- gui/filemgmt.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/filemgmt.tcl b/gui/filemgmt.tcl index 0d1a4afa..6065a7c8 100644 --- a/gui/filemgmt.tcl +++ b/gui/filemgmt.tcl @@ -208,6 +208,7 @@ proc openFile { filename } { close $fileId loadCfg $cfg + switchCanvas none; set undolog(0) $cfg set activetool select