Skip to content

Commit

Permalink
UI|Client: Update package icon color after one is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 26, 2017
1 parent d0b4d62 commit 42fbef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/apps/client/src/ui/widgets/packageswidget.cpp
Expand Up @@ -426,6 +426,7 @@ DENG_GUI_PIMPL(PackagesWidget)
img->setPreallocatedImage(_iconId);
icon().setImage(img);
icon().setImageScale(1);
checkIconColor();
}
}

Expand Down

0 comments on commit 42fbef4

Please sign in to comment.