-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Issue: If an Image is converted to Label it's not reversible and even if it would the way wouldn't be to user friendly.
temporary workaround: A workaround to make the Label usable is to avoid converting to Label and just change the clickthrough property by using GUIDropImages.myImageNameLabel:disableClickthrough()
and change the property in the GUIDropManager Script (not userfriendly)
Ideas: One Idea of mine is to leave a small margin on top of the Label where the right click menu is still useable.
Another idea would be to have a small Label in the top right corner (similar to the close/minimize Labels) which is invisible if not hovered on. If hovered on it gets visible and allows to toggle between clickthrough and not clickthrough.
All of this solution don't seem ideal to me, so if someone has a better idea please leave a comment.
😃