프로젝트

일반

사용자정보

개정판 b06d26b5

IDb06d26b564288701fe8b29c454a7823db500ab6a
상위 1f12d962
하위 99558071

GeunHo Song 이(가) 약 2년 전에 추가함

issue #000 DefaultCommand 수정.

차이점 보기:

HYTOS/HYTOS/Commands/DefaultCommand.py
54 54

  
55 55
        try:
56 56
            if not self.isCopy:
57
                if 'mousePressEvent' == param[0] and (event.button() == Qt.RightButton or event.button() == Qt.MiddleButton):
57
                if 'mousePressEvent' == param[0] and event.button() == Qt.MiddleButton:
58 58
                    self.imageViewer.setDragMode(QGraphicsView.ScrollHandDrag)
59 59
                    QGraphicsView.mousePressEvent(self.imageViewer, QMouseEvent(QEvent.MouseButtonPress, event.pos(), Qt.LeftButton, event.buttons(), Qt.NoModifier))
60
                elif 'mouseReleaseEvent' == param[0] and (event.button() == Qt.RightButton or event.button() == Qt.MiddleButton):
60
                elif 'mouseReleaseEvent' == param[0] and event.button() == Qt.MiddleButton:
61 61
                    try:
62 62
                        self.imageViewer.setDragMode(QGraphicsView.NoDrag)
63 63
                    finally:

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)