프로젝트

일반

사용자정보

개정판 23a7dd60

ID23a7dd60cce04c98913adca25c06479e1f57e873
상위 a3f3e150
하위 5faffe94, 5e32f789

함의성이(가) 약 2년 전에 추가함

typo

Change-Id: I7ef06e8ba913b5de68bf4f34c699bf59b7c56fae

차이점 보기:

DTI_PID/DTI_PID/MainWindow.py
2988 2988

  
2989 2989
                    modifiers = QApplication.keyboardModifiers()
2990 2990
                    enter_or_space = ' ' if modifiers == Qt.ControlModifier else ('\n' if modifiers != Qt.AltModifier else '')
2991
                    x_or_y = 0 if (modifiers == Qt.ControlModifier and angle == 0) or (modifiers != Qt.ControlModifier and angle == 1.57) else (1 \
2992
                                                                                                                )
2991
                    x_or_y = 0 if (modifiers == Qt.ControlModifier and angle == 0) or (modifiers != Qt.ControlModifier and angle == 1.57) else 1
2993 2992

  
2994 2993
                    textItems = sorted(textItems, key=lambda text: text.loc[x_or_y]) if textItems[0].angle == 0 else ( \
2995 2994
                        sorted(textItems, key=lambda text: text.loc[x_or_y]) if textItems[0].angle == 1.57 else ( \

내보내기 Unified diff

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