davidedmundson added inline comments. INLINE COMMENTS
> gtkthemesmodel.cpp:107 > +int GtkThemesModel::rowCount(const QModelIndex& parent) const > +{ > + Q_UNUSED(parent) this needs to be if (parent.isValid()) { return m_themesList.count(); } return 0; Otherwise your're saying every item has children with N rows, which have children with N rows forever. REPOSITORY R119 Plasma Desktop BRANCH gtk-style-page REVISION DETAIL https://phabricator.kde.org/D26583 To: gikari, #vdg, broulik, #plasma, ngraham Cc: davidedmundson, ngraham, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart