• Caolán McNamara's avatar
    Resolves: tdf#94069 call setVisible when setDesignMode is called · a7816853
    Caolán McNamara yazdı
    void UnoControl::setDesignMode calls setVisible on the XWindow
    so it seems sensible that FmXGridPeer::setDesignMode should
    also do so. The desirable side effect is that moving the window
    in design mode then is moving a un-shown window so nothing
    is invalidated so the paint loop doesn't happen.
    
    Change-Id: Ic5a4ba62590372bec15a29b993b73d6dfb94a8a9
    a7816853
fmgridif.cxx 96.2 KB