View Single Post
01-08-23, 06:25 PM   #3
techniqs
A Defias Bandit
Join Date: Jan 2023
Posts: 2
Originally Posted by SDPhantom View Post
There's also frame:SetPassThroughButtons() if you want to give that a shot. The documentation is lacking, but it looks like something worth investigating.
How could I miss that! Thanks a lot!!
Good old oneliner did the trick:
Code:
 self:SetPassThroughButtons("RightButton")
Closed.
  Reply With Quote