mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
SVG icon theme: use raster pixmap in tree views on Windows as workaround
Apply Windows workaround for icon sizes for the "file type" icon if color-coding files is off, too. Part of the fix of #3335.
This commit is contained in:
parent
5d20c60525
commit
84492b7399
@ -34,7 +34,7 @@ createSourceIndicatorIcon(SourceFile &sourceFile) {
|
||||
auto icon = QIcon::fromTheme(iconName);
|
||||
|
||||
if (!Util::Settings::get().m_mergeUseFileAndTrackColors)
|
||||
return icon;
|
||||
return Util::fixStandardItemIcon(icon);
|
||||
|
||||
auto color = Util::Settings::get().nthFileColor(sourceFile.m_colorIndex);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user