Cannot move unit frames
ZataH opened this issue ยท 4 comments
What am i doing wrong here? I cannot move the unit frames. Only managed to move the focus frame.
Same here. I can move everything else by CTRL+L Click, but not the unit frames.
we'll take a look at it!
Thanks for reporting this, could be we missed one of the window elements to support this
Okay,
I've found the problem for this:
- windows are marked as moveable
- but they ignore mouse events.
This means we need to build in a toggle feature to swap between "normal" and "edit" mode similar to what RaidCore does. Enabling the mode allows you to drag all units around. Disabling the mode then makes them ignore all mouse functionality again.
Shouldn't be too hard to do, but will require a bit of time.