diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2026-04-16 10:20:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 10:20:50 -0500 |
| commit | 3a5140bb8f933f498e05193b7359198d495defd8 (patch) | |
| tree | 1fa17aaf33023f1521eb890d04a47cc264c92082 /src/modinfodialogimages.cpp | |
| parent | 05593c0347c1aa2c73144b23b91ccbceae77e70b (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/modinfodialogimages.cpp')
| -rw-r--r-- | src/modinfodialogimages.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modinfodialogimages.cpp b/src/modinfodialogimages.cpp index 7b250e1e..706124f5 100644 --- a/src/modinfodialogimages.cpp +++ b/src/modinfodialogimages.cpp @@ -592,7 +592,8 @@ void ImagesTab::onShowDDS() void ImagesTab::onPreviewButton() { - core().previewFileWithAlternatives(parentWidget(), m_files.selectedFile()->path()); + core().previewFileWithAlternatives(m_parent->parentWidget(), + m_files.selectedFile()->path()); } void ImagesTab::onFilterChanged() |
