Skip to content

Commit ec58bf3

Browse files
committed
fix bulk select binder clear
1 parent 32bb43a commit ec58bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/pac3/editor/client/settings.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,6 +1626,7 @@ function pace.FillEditorSettings(pnl)
16261626

16271627
local bulkbinder = vgui.Create("DBinder", LeftPanel)
16281628
function bulkbinder:OnChange( num )
1629+
if num == 0 then GetConVar("pac_bulk_select_key"):SetString("") return end
16291630
GetConVar("pac_bulk_select_key"):SetString(input.GetKeyName( num ))
16301631
end
16311632
bulkbinder:SetX(210)

0 commit comments

Comments
 (0)