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
9f570244
Commit
9f570244
authored
3 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed combobox last item selection
parent
487a2521
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
VuhDoOptions/VuhDoLookAndFeel.lua
VuhDoOptions/VuhDoLookAndFeel.lua
+4
-5
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoOptions/VuhDoLookAndFeel.lua
View file @
9f570244
...
...
@@ -307,15 +307,14 @@ end
--
do
local
sLastComboItem
=
nil
;
local
sLastComboItem
=
nil
;
function
VUHDO_lnfSetLastComboItem
(
anItem
)
sLastComboItem
=
anItem
:
GetName
();
end
function
VUHDO_lnfSetLastComboItem
(
anItem
)
sLastComboItem
=
anItem
:
GetName
();
end
--
function
VUHDO_lnfIsLastComboIten
()
local
tFocus
=
GetMouseFocus
();
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
9f570244
...
...
@@ -12,6 +12,7 @@ Known issues:
Bugfixes:
-- Fixed minimap icon visibility toggle
-- Fixed loading of custom debuff settings on profile change
-- Fixed combobox last item selection
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