mvourlakos added inline comments.

INLINE COMMENTS

> menu.cpp:92
> +    connect(this->containment(), 
> &Plasma::Containment::userConfiguringChanged, this, [&](bool configuring){
> +                m_configureAction->setVisible(!configuring);
> +    });

in this slot is also needed:

  m_configureAction->setEnabled(true);

there are cases that the Dock Settings is shown when !configuring but it is not 
enabled

REPOSITORY
  R878 Latte Dock

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

To: trmdi, mvourlakos
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to