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