renminh

Results 2 comments of renminh

I was able to trace the crashes to `src/AModule.cpp` in `AModule::getScrollDir()` ```cpp // it happens when checking if config is numeric gdouble threshold = 0; if (config_["smooth-scrolling-threshold"].isNumeric()) { threshold =...

> I came to the point that it happens with group module only. If this is not right. PR #4589 should be considered a workaround. A temporary fix is to...