diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tpbitmap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index d8d0ea3ca01f..60e8fafc30e5 100644 --- a/cui/source/tabpages/tpbitmap.cxx +++ b/cui/source/tabpages/tpbitmap.cxx @@ -328,8 +328,6 @@ void SvxBitmapTabPage::Reset( const SfxItemSet* rAttrs ) m_xTsbScale->set_state(TRISTATE_TRUE); m_bLogicalSize = false; } - - ClickScaleHdl(*m_xTsbScale); } else m_xTsbScale->set_state(TRISTATE_INDET); @@ -359,6 +357,8 @@ void SvxBitmapTabPage::Reset( const SfxItemSet* rAttrs ) } } m_xTsbScale->set_state(eRelative); + ClickScaleHdl(*m_xTsbScale); + if(rBitmapSize.Width() > 0 && rBitmapSize.Height() > 0) { |