From 616721bb0ccc9990083361b1dd4f636f76e405fc Mon Sep 17 00:00:00 2001 From: Jabiertxo Arraiza Cenoz Date: Fri, 29 Dec 2017 18:40:45 +0100 Subject: Fix message probles on boolops and for example when moving or transforming a selection no message --- src/selection-describer.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/selection-describer.cpp') diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp index 5044864a4..6e2f368f3 100644 --- a/src/selection-describer.cpp +++ b/src/selection-describer.cpp @@ -108,7 +108,10 @@ SelectionDescriber::~SelectionDescriber() void SelectionDescriber::_selectionModified(Inkscape::Selection *selection, guint /*flags*/) { - _updateMessageFromSelection(selection); + //TODO: finaly drop this function + //This realy alwais overvrite values like moving.... + //I think is better only show this message when selection changes + //_updateMessageFromSelection(selection); } void SelectionDescriber::_updateMessageFromSelection(Inkscape::Selection *selection) { -- cgit v1.2.3