We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb554e commit ae2fc11Copy full SHA for ae2fc11
source/modules/gui/panels/musicprobability.lua
@@ -10,6 +10,7 @@ function PANEL:MusicFileSlider()
10
self.m_pSlider = self:Add("SliderPanel")
11
self.m_pSlider:Dock(DOCK_RIGHT)
12
self.m_pSlider:SetWidth(128)
13
+ self.m_pSlider:SetNeedsFocus(true)
14
15
self.m_pFileName = self:Add("LabelIcon")
16
self.m_pFileName:Dock(DOCK_TOP)
0 commit comments