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
2c0041c1
Commit
2c0041c1
authored
May 30, 2021
by
Ivaria
Browse files
Merge branch 'smallpatch' into 'master'
Smallpatch Closes #341 See merge request
vuhdo/vuhdo!37
parents
bb88c7bb
3f9abf59
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
340 additions
and
325 deletions
+340
-325
VuhDoGuiToolbox.lua
VuhDoGuiToolbox.lua
+3
-1
VuhDoOptions/VuhDoLookAndFeel.lua
VuhDoOptions/VuhDoLookAndFeel.lua
+337
-324
No files found.
VuhDoGuiToolbox.lua
View file @
2c0041c1
...
...
@@ -709,7 +709,9 @@ function VUHDO_fixFrameLevels(anIsForceUpdateChildren, aFrame, aBaseLevel, ...)
tOurLevel
=
aBaseLevel
+
1
+
(
tChild
[
"addLevel"
]
or
0
);
if
not
tChild
[
"vfl"
]
then
tChild
:
SetFrameStrata
(
aFrame
:
GetFrameStrata
());
if
not
VUHDO_isConfigPanelShowing
()
then
tChild
:
SetFrameStrata
(
aFrame
:
GetFrameStrata
());
end
tChild
:
SetFrameLevel
(
tOurLevel
);
tChild
[
"vfl"
]
=
true
;
VUHDO_fixFrameLevels
(
anIsForceUpdateChildren
,
tChild
,
tOurLevel
,
tChild
:
GetChildren
());
...
...
VuhDoOptions/VuhDoLookAndFeel.lua
View file @
2c0041c1
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