]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/blockwidget.cpp
Partially fixed thumbnail rendering on Library Browser.
[architektonas] / src / widgets / blockwidget.cpp
index 50f6a4240bd48949cf49c7714c1140cd47e8c91e..813bebf64f2a2669244357fe7f05c3ca492013ed 100644 (file)
@@ -313,6 +313,7 @@ void BlockWidget::slotMouseButtonClicked(QListWidgetItem * item)
        QPoint p = mapFromGlobal(QCursor::pos());
        RS_Block * b = lastBlock;
 
+//This is crap. We need to fix this so it's not so shitty.
        if (p.x() < 23)
        {
                actionHandler->slotBlocksToggleView();