diff --git a/src/mkvtoolnix-gui/merge/source_file_model.cpp b/src/mkvtoolnix-gui/merge/source_file_model.cpp index 43ec6fca6..a336ec269 100644 --- a/src/mkvtoolnix-gui/merge/source_file_model.cpp +++ b/src/mkvtoolnix-gui/merge/source_file_model.cpp @@ -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);