All filters were using prevclicx, which is in screen coordinates and
mval[0], which is in region coordinates to get the filter strength.
This fixes the issue in all filters.
Differential D8776
Fix T80311: Sculpt Filters not working when using vertical split Authored by Pablo Dobarro (pablodp606) on Sep 1 2020, 6:26 PM.
Details All filters were using prevclicx, which is in screen coordinates and This fixes the issue in all filters.
Diff Detail
Event TimelineComment Actions This is more of the interface area. From me can only comment on using const. @Julian Eisel (Severin), please have a look or ask someone else from the interface developers :) Comment Actions Yes indeed, coordinates in wmEvent are screen coordinates, with the exception of mval which is in region coordinates. |