Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 99b20ac

Browse files
committed
Fixed bugs.
1 parent a5052b8 commit 99b20ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SignsInternal/StudioWidgets/LabeledCheckbox.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ function LabeledCheckboxClass:_SetupMouseClickHandling()
135135
self:_MaybeToggleState()
136136
end)
137137

138+
self._button.MouseButton1Down:Connect(function()
139+
self._clicked = true
140+
self:_UpdateCheckboxVisual()
141+
end)
142+
138143
self._button.InputBegan:Connect(function()
139144
self._hovered = true
140145
self:_UpdateCheckboxVisual()

0 commit comments

Comments
 (0)