X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolwindow.cpp;h=fda5b8e7c204a961d1a66692155f997ae462e567;hb=7fde5a077bc9bbce28662fa2e5aa5043f3b4747f;hp=13d3754d6429e1e7a039d5b1ec68422bd53dd11f;hpb=0c01fa32c7e0629ae61992e0419f03724fc18487;p=ttedit diff --git a/src/toolwindow.cpp b/src/toolwindow.cpp index 13d3754..fda5b8e 100755 --- a/src/toolwindow.cpp +++ b/src/toolwindow.cpp @@ -6,7 +6,7 @@ // JLH = James L. Hammons // // Who When What -// --- ---------- ------------------------------------------------------------- +// --- ---------- ----------------------------------------------------------- // JLH 08/28/2008 Created this file // JLH 03/11/2009 Converted from wxWidgets to Qt // @@ -81,8 +81,10 @@ ToolType ToolWindow::FindSelectedTool(void) newTool = (ToolType)((y * 4) + x); // We don't have 11 yet, so fix this if the user selected the blank space - if (newTool > 10) - newTool = TOOLNone; +//now we do! +// if (newTool > 10) +// newTool = TOOLNone; return newTool; } +