diff options
Diffstat (limited to 'src/dragdrop.h')
-rw-r--r-- | src/dragdrop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dragdrop.h b/src/dragdrop.h index 65e87c5e1..d684110ee 100644 --- a/src/dragdrop.h +++ b/src/dragdrop.h @@ -164,7 +164,7 @@ class DragDrop final mTag = tag; } mItem = info->id; - mItemColor = fromInt(info->selectedLevel, + mItemColor = fromInt(info->customSelectedLevel, ItemColor); } } |