summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2020-06-29 12:03:30 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2020-06-30 13:37:26 +0200
commitd81d3d5f9261f885dff5e42bfac3dfad26a86b09 (patch)
treee9188a600b315c12f7d4d16146f620c3bcffc040 /.github
parentb3146d2bb830ebbd34e59ea50aba4c69bb12cb90 (diff)
QMacStyle - stop using the deprecated API
Namely, -calcSize method of NSControl (we're calling it for NSSlider). The documentation recommends overriding -layout instead, but we don't inherit NSSlider thus cannot override anything. Also, he documentation says that -calcSize call its cell's -calcDrawInfo: if needed. The default -calcDrawInfo: in NSCell is documented to be a noop and it would appear NSSliderCell does not override it. Thus we remove this call. Pick-to: 5.15 Change-Id: Ic3e8bf742b50528a0616fb73494ec340fcd57e25 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions