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
P
ProjectAzilroka
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Azilroka
ProjectAzilroka
Commits
f17ad209
Commit
f17ad209
authored
Oct 15, 2020
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump SharedMediaWidgets
parent
80c22804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
Libs/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
Libs/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
+1
-8
No files found.
Libs/AceGUI-3.0-SharedMediaWidgets/prototypes.lua
View file @
f17ad209
-- Widget created by Yssaril
--[===[@debug@
local DataVersion = 9001 -- dev version always overwrites everything else :)
--@end-debug@]===]
--@non-debug@
local
DataVersion
=
56
--@end-non-debug@
local
DataVersion
=
9003
local
AGSMW
=
LibStub
:
NewLibrary
(
"AceGUISharedMediaWidgets-1.0"
,
DataVersion
)
if
not
AGSMW
then
...
...
@@ -182,14 +177,12 @@ do
self
:
SetHeight
(
UIParent
:
GetHeight
()
*
2
/
5
)
self
.
slider
:
Show
()
self
:
SetScript
(
"OnMouseWheel"
,
OnMouseWheel
)
self
.
scrollframe
:
UpdateScrollChildRect
()
self
.
slider
:
SetMinMaxValues
(
0
,
self
.
contentframe
:
GetHeight
()
-
self
.
scrollframe
:
GetHeight
())
else
self
.
scrollframe
:
SetPoint
(
"BOTTOMRIGHT"
,
self
,
"BOTTOMRIGHT"
,
-
14
,
12
)
self
:
SetHeight
(
self
.
contentframe
:
GetHeight
()
+
25
)
self
.
slider
:
Hide
()
self
:
SetScript
(
"OnMouseWheel"
,
nil
)
self
.
scrollframe
:
UpdateScrollChildRect
()
self
.
slider
:
SetMinMaxValues
(
0
,
0
)
end
self
.
contentframe
:
SetWidth
(
self
.
scrollframe
:
GetWidth
())
...
...
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