thisdp / dgs

Thisdp's Dx Graphical User Interface System (MTA Dx Lib)
http://wiki.mtasa.com/wiki/dgs
63 stars 34 forks source link

Scrollbar in gridlist bug #78

Closed Bartelek closed 3 years ago

Bartelek commented 3 years ago

When i both left mouse button and click the right or middle mouse button on scroll bar, on debugscript3 appears: ERROR: dgs\Core\scrollbar.lua:274: attempt to index field 'MoveScroll' (a boolean value)

image

xLive commented 3 years ago

I think it should work only with the left click button like everything else? @thisdp

thisdp commented 3 years ago

I think it should work only with the left click button like everything else? @thisdp

DGS 's right clicking is regarded as "custom-able". But here, we should only check the left clicking

thisdp commented 3 years ago

fixed