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

--- Comment #2 from Neviril <nevinevi...@yahoo.com> ---


Quick and dirty workaround.

In /libs/ui/kis_palette_view.cpp
In KisPaletteView::wheelEvent

There is this check:

...
if ( setSize >= 12 ) {
...

Reducing the value setSize is checked against to a lower value (e.g. 1,
although this is probably too small) appears to resolve this bug.


The main issue here is that all scroll wheel events are blocked, but it would
be useful if scrolling up (e.g. increasing swatch size) was still allowed.

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

Reply via email to