gmodWare / gware-utilities

gmodWare roleplay utilities
2 stars 1 forks source link

Double Scroll when changing multi_job_select options #13

Closed MenschlichTv closed 1 year ago

MenschlichTv commented 1 year ago

when changing settings like encrypted comms jobs, and you scroll in the popup panel, it also scrolls in the mainframe

MenschlichTv commented 1 year ago

update: this only happens if there is nothing more to scroll on the child, for example: if you scrolled to the bottom of the job selector, it will start scrolling on the mainframe.

Tried fixing it with :RequestFocus() but that didnt work.

Luiggi33 commented 1 year ago

Just a idea, you could fetch the scroll bar via panel:GetVBar() and disable it while the other panel is open. I am not sure if that would work and I cant test it right now

Icarussakka commented 1 year ago

done