File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3456,8 +3456,8 @@ control.prototype._resize_statusBar = function (obj) {
34563456 }
34573457 else {
34583458 core . dom . statusCanvas . style . width = obj . BAR_WIDTH * core . domStyle . scale + "px" ;
3459- core . dom . statusCanvas . style . height = obj . outerHeight - 2 * obj . BORDER + ( obj . hideLeftStatusBar ? obj . TOOLBAR_HEIGHT * core . domStyle . scale + obj . BORDER : 0 ) + "px" ;
3460- core . maps . _setHDCanvasSize ( core . dom . statusCanvasCtx , obj . BAR_WIDTH , core . _PY_ + ( obj . hideLeftStatusBar ? obj . TOOLBAR_HEIGHT + obj . BORDER : 0 ) ) ;
3459+ core . dom . statusCanvas . style . height = obj . outerHeight - 2 * obj . BORDER + ( obj . extendToolbar ? obj . TOOLBAR_HEIGHT * core . domStyle . scale + obj . BORDER : 0 ) + "px" ;
3460+ core . maps . _setHDCanvasSize ( core . dom . statusCanvasCtx , obj . BAR_WIDTH , core . _PY_ + ( obj . extendToolbar ? obj . TOOLBAR_HEIGHT + obj . BORDER : 0 ) ) ;
34613461 }
34623462 core . dom . statusCanvas . style . display = core . flags . statusCanvas && ! obj . hideLeftStatusBar ? "block" : "none" ;
34633463}
You can’t perform that action at this time.
0 commit comments