X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fapplicationwindow.cpp;h=866750d82fc8dce1326ff8b007be6bf8045a80fd;hb=a398911ea125eb6b25320e96599e0ae39b720cf8;hp=f5013ad8ae940bf714003b4d4e8e1d7f699bde5b;hpb=4bc000ba003a53fb11428a2eb71e3b4471a15c7a;p=architektonas diff --git a/src/applicationwindow.cpp b/src/applicationwindow.cpp index f5013ad..866750d 100644 --- a/src/applicationwindow.cpp +++ b/src/applicationwindow.cpp @@ -420,6 +420,7 @@ void ApplicationWindow::SetInternalToolStates(void) // We can be sure that if we've come here, then either an active tool is // being deactivated, or a new tool is being created. In either case, the // old tool needs to be deleted. + Global::toolState = TSNone; #if 0 if (drawing->toolAction) {