Fix an issue that on Linux the project name or model file name was not displayed in titlebar (#12706)

* optimize resize feature on Linux

* fix the black screen issue on app startup on Linux

* Fixed an issue that Filament Grouping dialog always popup on Linux

* Fix an issue that on Linux the project name or model file name was not displayed in title bar
This commit is contained in:
SoftFever
2026-03-10 01:02:18 +08:00
committed by GitHub
parent 6049c6e234
commit f310bebf9a
2 changed files with 9 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ cmake --build build/arm64 --config RelWithDebInfo --target all --
### Building on Linux
**Always use this command to build the project when testing build issues on Linux.**
```bash
cmake --build build/arm64 --config RelWithDebInfo --target all --
cmake --build build --config RelWithDebInfo --target all --
```