~nick-dedekind/ubuntu-ui-toolkit/prevent-slider-mouse-stealing

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/ucstyleditembase.cpp

staging sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
bool UCStyledItemBasePrivate::isParentFocusable()
57
57
{
58
 
    Q_Q(UCStyledItemBase);
59
58
    if (!activeFocusOnPress) {
60
59
        return false;
61
60
    }