https://bugs.kde.org/show_bug.cgi?id=425586

--- Comment #29 from Alexandre Pereira <pereira.a...@gmail.com> ---
Sorry to be almost hijacking this bug report, but i dunno where should I take
this findings.

So, changing the code to:

```
bool isNonDesktop() const {
    qCDebug(KWIN_DRM) << "ALEXP PROPERTIES SIZE" << m_props.size();
        if (m_props.size() == 0)
            return false;

        return
m_props.at(static_cast<int>(PropertyIndex::NonDesktop))->value();
    }
```

in the logging, it seems it calls that code once where the size of properties
is 0. then the next time it calls it, its 2

This makes it work.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to