forked from AuroraMiddleware/gtk
icon theme: Actually use scale in choose_icon_async()
This commit is contained in:
parent
56ec748824
commit
1be932279c
@ -2429,7 +2429,7 @@ gtk_icon_theme_choose_icon_async (GtkIconTheme *self,
|
||||
|
||||
if (gtk_icon_theme_trylock (self))
|
||||
{
|
||||
icon = choose_icon (self, icon_names, size, 1, flags, TRUE, &would_block);
|
||||
icon = choose_icon (self, icon_names, size, scale, flags, TRUE, &would_block);
|
||||
gtk_icon_theme_unlock (self);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user