mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 03:45:24 +00:00
parent
70e51c0632
commit
a12b7edc06
@ -129,6 +129,9 @@ Nitpicker::View_capability QNitpickerPlatformWindow::_create_view()
|
||||
if (window()->type() == Qt::Desktop)
|
||||
return Nitpicker::View_capability();
|
||||
|
||||
if (window()->type() == Qt::Dialog)
|
||||
return _nitpicker_session.create_view(Nitpicker::View_capability());
|
||||
|
||||
if (window()->transientParent()) {
|
||||
QNitpickerPlatformWindow *parent_platform_window =
|
||||
static_cast<QNitpickerPlatformWindow*>(window()->transientParent()->handle());
|
||||
|
Loading…
x
Reference in New Issue
Block a user