What's Changed
Bug Fixes
- Fix: Load Model dialog too dark on Linux — The file dialog was unreadable (dark text on dark background) on platforms using Qt's fallback (non-native) file dialog. Fixed by passing
nullptrinstead ofthisas the parent, preventing the MainWindow dark stylesheet from cascading into the dialog. (#124)
Docs
- Clarify that Ctrl+Arrow resize shortcut keeps the top-left corner fixed (#121)
Full Changelog: v3.1.0...v3.1.1
Contributors
Thanks to @dennisushi for reporting the dark dialog issue (#122).
What's Changed
- docs: clarify resize shortcut keeps top-left corner fixed by @developer0hye in #121
- fix: prevent dark stylesheet from cascading into Load Model dialog by @developer0hye in #124
Full Changelog: v3.1.0...v3.1.1