summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2015-01-15 19:03:17 +0000
committerapenner <penner@vaxxine.com>2015-01-15 19:03:17 +0000
commit45b5e7ad68a9166a61f96b3ffc469818a2bf4fcd (patch)
tree89e99c009d1a73b18a923b81e3986b031df3e313 /src/ui/dialog
parentRead properties for SVG 2 text in a shape. (diff)
downloadinkscape-45b5e7ad68a9166a61f96b3ffc469818a2bf4fcd.tar.gz
inkscape-45b5e7ad68a9166a61f96b3ffc469818a2bf4fcd.zip
during copy and paste, scale stock symbols from units of 'px' to 'document-units'. (Bug 1365451)
Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13853)
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/symbols.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/symbols.cpp b/src/ui/dialog/symbols.cpp
index bdba3e154..eeb4d6cbe 100644
--- a/src/ui/dialog/symbols.cpp
+++ b/src/ui/dialog/symbols.cpp
@@ -498,7 +498,7 @@ void SymbolsDialog::iconChanged() {
}
ClipboardManager *cm = ClipboardManager::get();
- cm->copySymbol(symbol->getRepr(), style);
+ cm->copySymbol(symbol->getRepr(), style, symbolDocument == currentDocument);
}
}