aui-framework / aui-framework/aui
Rework WindowStyle
Open
blocked
- Dominant language
- C++
- Stars
- 598
- Forks
- 44
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 3
Description
At the moment, WindowStyle flags don't work as expected. Also, since WindowStyle is a enum flag, some combinations are confusing and pointless (i.e. what difference between `WindowStyle::NO_DECORATORS | WindowStyle::MODAL` and `WindowStyle::NO_DECORATORS`)?

Contributor guide
Assessment
This issue has not been assessed yet.