Resolves: tdf#90583 3D pie-chart missing guide handles
partial revert of
commit db1d2af028
Author: Armin Le Grand <alg@apache.org>
Date: Tue Feb 18 21:18:13 2014 +0000
Resolves: #i123539# some optimizations for 3D chart...
geometry creation using UNO API
(cherry picked from commit bbe35be767d76d08891c4f3d3600d80e0e6805f2)
Change-Id: If35f05fb62230e90cfc43a0beac053e8a87820d4
This commit is contained in:
@@ -380,14 +380,7 @@ void E3dScene::NewObjectInserted(const E3dObject* p3DObj)
|
|||||||
void E3dScene::StructureChanged()
|
void E3dScene::StructureChanged()
|
||||||
{
|
{
|
||||||
E3dObject::StructureChanged();
|
E3dObject::StructureChanged();
|
||||||
|
SetRectsDirty();
|
||||||
if(!GetModel() || !GetModel()->isLocked())
|
|
||||||
{
|
|
||||||
// #i123539# optimization for 3D chart object generation: do not reset
|
|
||||||
// already calculated scene projection data every time an object gets
|
|
||||||
// initialized
|
|
||||||
SetRectsDirty();
|
|
||||||
}
|
|
||||||
|
|
||||||
ImpCleanup3DDepthMapper();
|
ImpCleanup3DDepthMapper();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user