mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
qt5: implement QNitpickerPlatformWindow::raise
This function is needed to bring menus on top.
This commit is contained in:
parent
b46d062918
commit
867a7018e8
@ -345,8 +345,9 @@ void QNitpickerPlatformWindow::setWindowIcon(const QIcon &icon)
|
||||
|
||||
void QNitpickerPlatformWindow::raise()
|
||||
{
|
||||
if (qnpw_verbose)
|
||||
qDebug() << "QNitpickerPlatformWindow::raise()";
|
||||
/* bring the view to the top */
|
||||
Nitpicker::View_client(_view_cap).stack(Nitpicker::View_capability(),
|
||||
true, false);
|
||||
QPlatformWindow::raise();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user