From 3a5140bb8f933f498e05193b7359198d495defd8 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Thu, 16 Apr 2026 10:20:50 -0500 Subject: Starfield: Updated blueprint / blueprint prefix support (#2368) * Add blueprint handling with blueprintships * Blueprint changes - Add tooltips - Add warnings - Handle blueprint prefixes properly * Make sure we're assigning the property --- src/modinfodialogfiletree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinfodialogfiletree.cpp') diff --git a/src/modinfodialogfiletree.cpp b/src/modinfodialogfiletree.cpp index 18220854..cb111d12 100644 --- a/src/modinfodialogfiletree.cpp +++ b/src/modinfodialogfiletree.cpp @@ -224,7 +224,7 @@ void FileTreeTab::onPreview() return; } - core().previewFile(parentWidget(), mod().name(), m_fs->filePath(selection)); + core().previewFile(m_parent->parentWidget(), mod().name(), m_fs->filePath(selection)); } void FileTreeTab::onExplore() -- cgit v1.3.1