Kaydet (Commit) 7c1577ae authored tarafından Bartosz Kosiorek's avatar Bartosz Kosiorek

tdf#112500 Store world transform during graphic save

Change-Id: Iefa51dcca6d6b896fbd41cefc0a115c501c45675
Reviewed-on: https://gerrit.libreoffice.org/44923Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarPatrick Jaap <patrick.jaap@tu-dresden.de>
Reviewed-by: 's avatarBartosz Kosiorek <gang65@poczta.onet.pl>
üst cf39dec9
......@@ -329,6 +329,8 @@ namespace emfplushelper
}
wmfemfhelper::PropertyHolder state = mrPropertyHolders.Current();
// tdf#112500 We need to save world transform somehow, during graphic state push
state.setTransformation(maWorldTransform);
map[ index ] = state;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment