We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2294639 commit f1005b2Copy full SHA for f1005b2
1 file changed
Source/Components/WelcomePanel.h
@@ -838,7 +838,7 @@ class WelcomePanel final : public Component
838
auto subTree = recentlyOpenedTree.getChild(i);
839
auto patchFile = File(subTree.getProperty("Path").toString());
840
841
- auto patchThumbnailBase = File(patchFile.getParentDirectory().getFullPathName() + "\\" + patchFile.getFileNameWithoutExtension() + "_thumb");
+ auto patchThumbnailBase = File(patchFile.getParentDirectory().getChildFile(patchFile.getFileNameWithoutExtension()).getFullPathName() + "_thumb");
842
843
auto favourited = subTree.hasProperty("Pinned") && static_cast<bool>(subTree.getProperty("Pinned"));
844
auto snapshotColour = LookAndFeel::getDefaultLookAndFeel().findColour(PlugDataColour::objectSelectedOutlineColourId).withAlpha(0.3f);
0 commit comments