BUG: 413424
BUG: 412888
BUG: 413554
FIXED-IN: 5.17.4
Details
Details
- Reviewers
davidedmundson - Group Reviewers
KWin - Commits
- R108:b97d9ad681e9: Fix the order of arguments passed to changeMaximize method
Diff Detail
Diff Detail
- Repository
- R108 KWin
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Urgh, I'm sure this is the second case I've seen of this at least.
Lets maybe add a changeMaximise(Qt::Orientations) overload and phase this out.
Comment Actions
Yeah, the first case was about the wrong order of parameters in Client::changeMaximize.
EDIT: It was Client not ShellClient.
Lets maybe add a changeMaximise(Qt::Orientations) overload and phase this out.
Do you want me to do it in this revision or another one?