View Single Post
08-07-18, 04:01 PM   #10
Theroxis
A Fallenroot Satyr
Join Date: Jun 2018
Posts: 24
Originally Posted by joeyo View Post
anyone? this is killing me that its perfect but this tiny little thing lol
You could try calling SetAlpha(0) instead of Hide(). This works around frames being hidden and shown by other elements. This won't disable mouse interaction with the frame like Hide() does but if something else calls Show() it will still be hidden because it's set to be 100% transparent (0% opacity)
  Reply With Quote