Commit b26f804b authored by Ivaria's avatar Ivaria
Browse files

Fixed VuhDo Options demo mode when 'Hide Panels > Empty' selected

parent a7758cf2
......@@ -71,7 +71,7 @@ local function VUHDO_hasPanelVisibleButtons(aPanelNum)
if not sShowPanels or not VUHDO_IS_SHOWN_BY_GROUP then
return false;
elseif not sIsHideEmptyAndClickThrough or VUHDO_isConfigPanelShowing() then
elseif not sIsHideEmptyAndClickThrough or VUHDO_isConfigPanelShowing() or VUHDO_isConfigDemoUsers() then
return true;
else
......
......@@ -15,6 +15,7 @@ Known issues:
Bugfixes:
-- Fixed visibility of empty panels containing only target/focus models
-- Fixed visibility of empty panels on show/hide of 'VuhDo Options > Move!'
-- Fixed VuhDo Options demo mode when 'Hide Panels > Empty' selected
Improvements:
......
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