-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix more even more crashes with newer QT versions
This time I actually went through the docs and found all the elements in `qproxystyle` that didn't have a default value for the widget, which are ``` sizeFromContents subControlRect subElementRect ``` and then went through the entire Manuskript project with grep and made sure I didn't leave any more places that needed this change. I confirmed that I would also crash in the full screen editor -- I'm not sure how to get to the collapsibleGroupBox code within Manuskript itself, but from looking at the code, it's almost definitely the same issue.
- Loading branch information
1 parent
57d7a78
commit 5d4aefd
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters