From 0f66e635268d9b4d80fbac9d2d971a6363a2d03a Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 17 Feb 2019 15:39:46 +0200 Subject: [PATCH] - when deselecting an object in Project menu the status bar selection message is deleted --- ObjectCollection.py | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ObjectCollection.py b/ObjectCollection.py index 59d96b14..ce70b129 100644 --- a/ObjectCollection.py +++ b/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: diff --git a/README.md b/README.md index bf505c74..8a861e96 100644 --- a/README.md +++ b/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