Skip to content

Scratchpad: Use QAbstractItemView::clicked instead of activated

Amish Naidu requested to merge anaidu/kdevelop:scratchpad-fix into master

The behavior for QAbstractItemView::activated is inconsistent across different platforms and may make it unintuitive. Eg. Activation may require clicking followed by pressing enter on some environments (awesomewm/qtct) while only clicking on others (on Plasma/Linux).

Merge request reports