diff options
author | Armin Le Grand <alg@apache.org> | 2013-05-29 13:35:49 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2013-05-29 13:35:49 +0000 |
commit | 924bd9b9227bcd1fb820fb922b3a2e84bcc73f20 (patch) | |
tree | aa196f67cbce9c7ed69060b239d63b714a481015 /svx/source | |
parent | 4cc8ffba79ad8cfdb5361dad8fd58f3ba94559b7 (diff) |
i122374 added initialisation for initial selection
Notes
Notes:
merged as: 5cae58153113e4e10c30c7bced646574a6709ad9
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/engine3d/float3d.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index 695317d2faaf..c1d776466ebd 100644 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -537,6 +537,7 @@ void Svx3DWin::Reset() // Nichts selektieren, um Fehler beim erstselektieren zu vermeiden aCtlLightPreview.GetSvx3DLightControl().SelectLight(0); + aCtlLightPreview.CheckSelection(); } bool Svx3DWin::GetUILightState( ImageButton& aBtn ) const |