mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-03 16:37:46 +00:00
Use the better-fitting setWindowFilePath in model viewer
This commit is contained in:
parent
23cd335fbf
commit
d93d730274
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void MainWindow::setupActions()
|
||||||
|
|
||||||
part->clear();
|
part->clear();
|
||||||
|
|
||||||
setWindowTitle(fileName);
|
setWindowFilePath(fileName);
|
||||||
|
|
||||||
part->addModel(mdl, false, glm::vec3(), QStringLiteral("mdl"), {}, 0);
|
part->addModel(mdl, false, glm::vec3(), QStringLiteral("mdl"), {}, 0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue