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
VuhDo
VuhDo
Commits
a7758cf2
Commit
a7758cf2
authored
Nov 06, 2022
by
Ivaria
Browse files
Fixed visibility of empty panels on show/hide of 'VuhDo Options > Move'
parent
359d2fda
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
VuhDoOptions/VuhDoNewOptionsMove.lua
VuhDoOptions/VuhDoNewOptionsMove.lua
+2
-0
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoOptions/VuhDoNewOptionsMove.lua
View file @
a7758cf2
...
...
@@ -7,6 +7,7 @@ function VUHDO_newOptionsMoveOnShow()
VUHDO_CONFIG_SHOW_RAID
=
false
;
VUHDO_initDynamicPanelModels
();
VUHDO_redrawAllPanels
(
false
);
VUHDO_updatePanelVisibility
();
end
...
...
@@ -21,6 +22,7 @@ function VUHDO_newOptionsMoveOnHide()
VUHDO_rewritePanelModels
();
VUHDO_initDynamicPanelModels
();
VUHDO_redrawAllPanels
(
false
);
VUHDO_updatePanelVisibility
();
end
...
...
changelog.txt
View file @
a7758cf2
...
...
@@ -14,6 +14,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!'
Improvements:
...
...
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