D9313: Don't move back items to second screen if they were manually moved

Milian Wolff noreply at phabricator.kde.org
Tue Dec 19 13:28:53 UTC 2017


mwolff added inline comments.

INLINE COMMENTS

> screenmapper.cpp:177
> +{
> +    for (auto it = m_itemsOnDisabledScreensMap.begin();
> +         it != m_itemsOnDisabledScreensMap.end(); ++it) {

doesn't this work too:

  for (auto &names : m_itemsOnDisabledScreensMap) {
      names.removeAll(name);
  }

REPOSITORY
  R119 Plasma Desktop

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

To: amantia, #plasma, hein, mwolff
Cc: ngraham, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20171219/47b9eacc/attachment.html>


More information about the Plasma-devel mailing list