Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Van Casteren
VuhDo
Commits
b26f804b
Commit
b26f804b
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed VuhDo Options demo mode when 'Hide Panels > Empty' selected
parent
a7758cf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VuhDoGuiToolbox.lua
VuhDoGuiToolbox.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoGuiToolbox.lua
View file @
b26f804b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
b26f804b
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment