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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #15 from [email protected] ---
(In reply to Edward Kigwana from comment #11)
> Doe anyone know where I can look for the menu positioning code?

In 'src/window.cpp' there is:

```
void Window::showApplicationMenu(int actionId)
{
    if (isDecorated()) {
        decoration()->showApplicationMenu(actionId);
    } else {
        // we don't know where the application menu button will be, show it in
the top left corner instead
        Workspace::self()->showApplicationMenu(QRect(), this, actionId);
    }
}
```

The comment and the positioning at a default-initialized position seem to
perhaps be related?

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

Reply via email to