wayland: Simplify implementation of xdg_toplevel.set_minimized
This commit is contained in:
parent
0987b55cdd
commit
7a1f97754f
1 changed files with 1 additions and 1 deletions
|
@ -1255,7 +1255,7 @@ void XdgToplevelWindow::handleUnfullscreenRequested()
|
|||
|
||||
void XdgToplevelWindow::handleMinimizeRequested()
|
||||
{
|
||||
performMouseCommand(Options::MouseMinimize, Cursors::self()->mouse()->pos());
|
||||
minimize();
|
||||
}
|
||||
|
||||
void XdgToplevelWindow::handleTransientForChanged()
|
||||
|
|
Loading…
Reference in a new issue