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

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/commit/d25ab3702
                   |                            |bf23c629edb1ec80dcf8b664c68
                   |                            |6fea
         Resolution|---                         |FIXED

--- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit d25ab3702bf23c629edb1ec80dcf8b664c686fea by Dmitry Kazakov, on
behalf of Sharaf Zaman.
Committed on 14/02/2023 at 12:13.
Pushed by dkazakov into branch 'master'.

Make KisColorPatches use Model-View architecture for rendering color patches

There is one known bug that is present in the code which I couldn't figure out,
when you first open Krita the Common colors widget responds to Kinetic
scrolling in the direction it shouldn't be responding. For example if it is set
to horizontal, then it will respond to scrolling in vertical direction. But if
you change the direction or change the count of rows/columns, then things work
like they should. I couldn't figure  out why this is happening,  something is
changing headerLength when the widget is first opened but if you resize it, it
snaps back to what it should be (which to me looks like a qt bug). 

M  +1    -0    libs/libqml/plugins/kritasketchplugin/CMakeLists.txt
M  +1    -0    plugins/dockers/advancedcolorselector/CMakeLists.txt
A  +299  -0   
plugins/dockers/advancedcolorselector/KisColorPatchesTableView.cpp    
[License: LGPL(v2.0+)]
A  +54   -0    plugins/dockers/advancedcolorselector/KisColorPatchesTableView.h
    [License: LGPL(v2.0+)]
M  +2    -12   plugins/dockers/advancedcolorselector/kis_color_history.cpp
M  +0    -1    plugins/dockers/advancedcolorselector/kis_color_history.h
M  +67   -251  plugins/dockers/advancedcolorselector/kis_color_patches.cpp
M  +11   -34   plugins/dockers/advancedcolorselector/kis_color_patches.h
M  +2    -2    plugins/dockers/advancedcolorselector/kis_common_colors.cpp

https://invent.kde.org/graphics/krita/commit/d25ab3702bf23c629edb1ec80dcf8b664c686fea

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

Reply via email to