View | Details | Raw Unified | Return to issue 73689
Collapse All | Expand All

(-)inc/salframe.h (+1 lines)
Line 87 Link Here
87
    bool                    mbShown;
(-)source/window/salframe.cxx (-5 / +6 lines)
Line 119 Link Here
119
    mbShown(false),
Line 140 Link Here
141
    mbShown(false),
Line 319 Link Here
319
321
    
320
--
322
    mbShown = bVisible;
Lines 410-411 Link Here
410
    rWidth  = mnWidth;
413
    rWidth  = mbShown ? mnWidth : 0;
411
    rHeight = mnHeight;
414
    rHeight = mbShown ? mnHeight : 0;
412
--

Return to issue 73689