davidedmundson added inline comments.

INLINE COMMENTS

> mvourlakos wrote in appmenumodel.cpp:263
> you mean?
> 
>   setMenuHidden(info.isMinimized() || m_screenGeometry.isNull() || 
> !m_screenGeometry.contains(info.geometry().center()));

I mean

const bool contained = m_screenGeometry.isNull() || 
m_screenGeometry.contains(info.geometry().center())

setMenuHidden(info.isMinimized() || !contained)

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D16768

To: mvourlakos, #plasma, broulik, davidedmundson
Cc: davidedmundson, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to