Drag now show the icon while you're dragging, so now need to work out all of the edge cases for each action.
This commit is contained in:
parent
ca74b817e5
commit
029a0f86ae
3 changed files with 19 additions and 1 deletions
|
@ -366,6 +366,7 @@ namespace gui {
|
|||
$combat_ui.render($window);
|
||||
|
||||
if($loot_ui.active) $loot_ui.render($window);
|
||||
$dnd_loot.render();
|
||||
|
||||
if($map_open) {
|
||||
$map_ui.render($window, $main_ui.$compass_dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue