Skip to content

Bugfix: Dockers cannot be attached when mainwindow is small

Sharaf Zaman requested to merge szaman/krita:bug-441761-dockers-attaching into master

This is a workaround for the bug with docking system. When the onion skins docker is enabled, the curves docker is shrunk below its minimum size making it impossible for other dockers to attach. This seems to be caused by the title bar of the docker not shrinking beyond the minimumSizeHint().

Test Plan

BUG:441761

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Merge request reports