summaryrefslogtreecommitdiff
path: root/src/modinfodialogfiletree.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2026-04-16 10:20:50 -0500
committerGitHub <noreply@github.com>2026-04-16 10:20:50 -0500
commit3a5140bb8f933f498e05193b7359198d495defd8 (patch)
tree1fa17aaf33023f1521eb890d04a47cc264c92082 /src/modinfodialogfiletree.cpp
parent05593c0347c1aa2c73144b23b91ccbceae77e70b (diff)
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
Diffstat (limited to 'src/modinfodialogfiletree.cpp')
-rw-r--r--src/modinfodialogfiletree.cpp2
1 files changed, 1 insertions, 1 deletions
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()