]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.C
Sigh. Why is debugging iterative?
[lyx.git] / src / BufferView_pimpl.C
index 56548fbca349b941f8de85ff871ed97aeb767be3..e4c70906e48c2c9b14ffed83dfbe54bf46800ba6 100644 (file)
@@ -651,6 +651,7 @@ void BufferView::Pimpl::workAreaButtonPress(int xpos, int ypos,
                inset->insetButtonPress(bv_, xpos, ypos, button);
                return;
        }
+       // I'm not sure we should continue here if we hit an inset (Jug20020403)
 
        // Right click on a footnote flag opens float menu
        if (button == 3) {