Created attachment 161623 [details] Only the arrow work Other tools like eraser, pen etc not work. Only brush seem work When using box tools and round tools.. it GIVE white only Run: Xiaomi redmipad SE
I guess you mean that only that one brush preset works? You did not really give enough information for us to work out what might be up. Are you using a stylus with your tablet?
I'm using my finger. But yes it were also stylus. I'm touching the icon and drop down (above) and it selected. This mean my touch are okay. But when touch the layer.. only brush option only can make draw. I tried erase the line by using eraser (tools or/and drop-down), not working. If you need video, I will make it.
Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information.
Preview BOUT the bug https://youtu.be/mQmnd1mqGkc?si=SpofpZNcuUpgehOe
Hi, Wibisono! It seems like the bug happens because your tablet reports zero pressure for the touch points. I don't know why it happens in the driver of the tablet but it just makes the size of the brush to be zero.
Theoretically, we could add a config option that woudl just unconditionally set pressure for touch events to 1.0...
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2197
Git commit 050f8499fd632a7f8089df7375d82abf195eef0d by Dmitry Kazakov. Committed on 19/07/2024 at 07:11. Pushed by dkazakov into branch 'master'. Implement an option to disable touch pressure reading On some devices the driver implementation may be faulty and report touch pressure to be 0.0 all the time. In such a case the user should just disable resding this pressure value from the system. M +31 -1 libs/flake/KoPointerEvent.cpp M +7 -0 libs/ui/dialogs/kis_dlg_preferences.cc M +27 -16 libs/ui/forms/wdggeneralsettings.ui https://invent.kde.org/graphics/krita/-/commit/050f8499fd632a7f8089df7375d82abf195eef0d