OSDN Git Service

fix comment(mouse move) hexview.cpp
authorsuma <suma@users.sourceforge.jp>
Thu, 21 May 2009 09:09:27 +0000 (18:09 +0900)
committersuma <suma@users.sourceforge.jp>
Thu, 21 May 2009 09:09:27 +0000 (18:09 +0900)
src/control/standard/hexview.cpp

index 52692ba..6690dd7 100644 (file)
@@ -456,7 +456,7 @@ void HexView::mousePressEvent(QMouseEvent *ev)
 void HexView::mouseMoveEvent(QMouseEvent *ev)
 {
        if (ev->button() == Qt::LeftButton) {
-               // FIXME: move down automatically
+               // FIXME: move up/down automatically
                if (height() < ev->pos().y()) {
                        return;
                }