https://bugs.kde.org/show_bug.cgi?id=500052

Joshua Goins <j...@redstrate.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-desktop/-/commit/
                   |                            |15a93e777be4afacff1683135f6
                   |                            |51518cb7afb9a
   Version Fixed In|                            |6.3.1

--- Comment #3 from Joshua Goins <j...@redstrate.com> ---
Git commit 15a93e777be4afacff1683135f651518cb7afb9a by Joshua Goins.
Committed on 18/02/2025 at 13:06.
Pushed by redstrate into branch 'master'.

kcms/tablet: Fix appearance of input area if changing it is unsupported

This feature is only supported on libinput >=1.27, but I forgot to
re-test it using an older libinput and this bug slipped into 6.3.

The source of the bug isn't immediately obvious, this is chalked up to
intentional behavior in libkwindevices. If a property is reported as
unsupported, then it default constructs a value (in this case, a
QRectF.) But we don't want a default-constructed QRectF, we need a
QRectF with a size of 1x1.
FIXED-IN: 6.3.1

M  +1    -1    kcms/libkwindevices/inputdevice.h

https://invent.kde.org/plasma/plasma-desktop/-/commit/15a93e777be4afacff1683135f651518cb7afb9a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to