mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Set some windows attributes.
This commit is contained in:
parent
4f0cae93d2
commit
324fd79243
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ namespace GUIEditor
|
||||||
// so that we can render the widget normally ourselves, without the image
|
// so that we can render the widget normally ourselves, without the image
|
||||||
// disappearing when a widget is resized or shown on top of us
|
// disappearing when a widget is resized or shown on top of us
|
||||||
setAttribute( Qt::WA_PaintOnScreen, true );
|
setAttribute( Qt::WA_PaintOnScreen, true );
|
||||||
|
setAttribute( Qt::WA_OpaquePaintEvent, true );
|
||||||
|
setAttribute( Qt::WA_NoSystemBackground, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
Nel3DWidget::~Nel3DWidget()
|
Nel3DWidget::~Nel3DWidget()
|
||||||
|
|
Loading…
Reference in a new issue