1
Fork 0
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:
Joshua Goins 2025-05-01 17:41:59 -04:00
parent 23cd335fbf
commit d93d730274

View file

@ -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);