diff options
-rw-r--r-- | src/gui/popups/itempopup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/popups/itempopup.cpp b/src/gui/popups/itempopup.cpp index 34e583f7a..9d88c57ff 100644 --- a/src/gui/popups/itempopup.cpp +++ b/src/gui/popups/itempopup.cpp @@ -182,7 +182,8 @@ void ItemPopup::setItem(const ItemInfo &item, if (showImage) { Image *const image = Loader::getImage(combineDye2( - pathJoin(paths.getStringValue("itemIcons"), item.getDisplay().image), + pathJoin(paths.getStringValue("itemIcons"), + item.getDisplay().image), item.getDyeIconColorsString(color))); mIcon->setImage(image); |