diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-12-29 17:40:45 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-12-29 17:40:45 +0000 |
| commit | 616721bb0ccc9990083361b1dd4f636f76e405fc (patch) | |
| tree | aae7eee9651bd3b7d31634591e69945c8f7ed004 /src/selection-describer.cpp | |
| parent | Merge branch 'master' into CloneOriginalLPEFix (diff) | |
| download | inkscape-616721bb0ccc9990083361b1dd4f636f76e405fc.tar.gz inkscape-616721bb0ccc9990083361b1dd4f636f76e405fc.zip | |
Fix message probles on boolops and for example when moving or transforming a selection no message
Diffstat (limited to 'src/selection-describer.cpp')
| -rw-r--r-- | src/selection-describer.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
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) { |
