소스 검색

- when deselecting an object in Project menu the status bar selection message is deleted

Marius Stanciu 7 년 전
부모
커밋
0f66e63526
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ObjectCollection.py
  2. 1 0
      README.md

+ 1 - 1
ObjectCollection.py

@@ -923,7 +923,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
 
         except IndexError:
             FlatCAMApp.App.log.debug("on_list_selection_change(): Index Error (Nothing selected?)")
-
+            self.app.inform.emit('')
             try:
                 self.app.ui.selected_scroll_area.takeWidget()
             except:

+ 1 - 0
README.md

@@ -19,6 +19,7 @@ CAD program, and create G-Code for Isolation routing.
 - in Editors, if the modifier key set in Preferences (CTRL or SHIFT key) is pressed at the end of one tool operation it will automatically continue to that action until the modifier is no longer pressed when Select tool will be automatically selected.
 - in Geometry Editor, on entry the notebook is automatically hidden and restored on Geometry Editor exit.
 - when pressing Escape in Geometry Editor it will automatically deselect any shape not only the currently selected tool.
+- when deselecting an object in Project menu the status bar selection message is deleted
 
 16.02.2019