]> Shamusworld >> Repos - architektonas/blobdiff - src/applicationwindow.cpp
Tool for adding Lines works now.
[architektonas] / src / applicationwindow.cpp
index f5013ad8ae940bf714003b4d4e8e1d7f699bde5b..866750d82fc8dce1326ff8b007be6bf8045a80fd 100644 (file)
@@ -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)
        {