Status Bar
This commit is contained in:
parent
0aaed81b76
commit
d7b5403140
@ -2172,7 +2172,7 @@ control.prototype.resize = function(clientWidth, clientHeight) {
|
||||
toolsWidth, toolsHeight,toolsMargin,toolsPMaxwidth,
|
||||
fontSize, toolbarFontSize, margin;
|
||||
|
||||
var count = 12;
|
||||
var count = core.dom.statusBar.children.length;
|
||||
if (!core.flags.enableFloor) count--;
|
||||
if (!core.flags.enableLv) count--;
|
||||
if (!core.flags.enableHPMax) count--;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user