개정판 16a05fb6
issue #1048: 아이템 정렬 기능 수정 (LeftAlignment)
Change-Id: Icef57af8904efb5ab2d7d656f1d51d649f91b03e
HYTOS/HYTOS/MainWindow.py | ||
---|---|---|
548 | 548 |
try: |
549 | 549 |
app_doc_data = AppDocData.instance() |
550 | 550 |
if app_doc_data._activeDrawing is not None: |
551 |
items = self.graphicsView.scene.scene.selectedItems()
|
|
551 |
items = self.graphicsView.scene.selectedItems() |
|
552 | 552 |
if items: |
553 | 553 |
self.graphicsView.scene._undo_stack.push( |
554 | 554 |
LeftAlignmentCommand.LeftAlignmentCommand(self.graphicsView.scene, |
내보내기 Unified diff