Kaydet (Commit) 57b1cf58 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

tdf#96482 Revert "Resolves: tdf#94069 call setVisible when setDesignMode is called"

This reverts commit a7816853.

tdf#94069 (freeze) has been corrected differently in master (5.2.alpha) anyway.
üst 5b404cc2
...@@ -1692,8 +1692,6 @@ void FmXGridPeer::setDesignMode(sal_Bool bOn) throw( RuntimeException, std::exce ...@@ -1692,8 +1692,6 @@ void FmXGridPeer::setDesignMode(sal_Bool bOn) throw( RuntimeException, std::exce
static_cast<FmGridControl*>(pWin)->SetDesignMode(bOn); static_cast<FmGridControl*>(pWin)->SetDesignMode(bOn);
} }
setVisible(!bOn);
if (bOn) if (bOn)
DisConnectFromDispatcher(); DisConnectFromDispatcher();
else else
......
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