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
wrathofkhan
VuhDo
Commits
2035e1ff
Commit
2035e1ff
authored
9 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed default function for custom flag validator.
parent
4c939ad9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
VuhDoDefaultsBouquets.lua
VuhDoDefaultsBouquets.lua
+1
-0
VuhDoOptions/VuhDoNewOptionsGeneralBouquet.lua
VuhDoOptions/VuhDoNewOptionsGeneralBouquet.lua
+1
-1
No files found.
VuhDoDefaultsBouquets.lua
View file @
2035e1ff
...
...
@@ -754,6 +754,7 @@ VUHDO_SANE_BOUQUET_ITEM = {
[
1
]
=
1
,
[
"radio"
]
=
1
,
[
"bright"
]
=
1
.
0
,
[
"function"
]
=
"return true;"
,
},
};
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoNewOptionsGeneralBouquet.lua
View file @
2035e1ff
...
...
@@ -440,7 +440,7 @@ function VUHDO_rebuildBouquetContextEditors(anIndex)
tSubPanel
:
Show
();
elseif
(
VUHDO_BOUQUET_BUFFS_SPECIAL
[
tBuffName
][
"custom_type"
]
==
VUHDO_BOUQUET_CUSTOM_TYPE_CUSTOM_FLAG
)
then
tSubPanel
=
_G
[
tInnerPanel
:
GetName
()
..
"CustomFlagEditBox"
];
VUHDO_lnfSetModel
(
tSubPanel
,
tModel
..
".custom.
##1
"
);
VUHDO_lnfSetModel
(
tSubPanel
,
tModel
..
".custom.
function
"
);
tSubPanel
:
Show
();
else
_G
[
tInnerPanel
:
GetName
()
..
"PercentFrame"
]:
Hide
();
...
...
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