diff options
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) { |
