Force separate window for Ui::Window.
This commit is contained in:
parent
430d96dcd5
commit
fe09c42f0c
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ namespace Platform {
|
|||
|
||||
BasicWindowHelper::BasicWindowHelper(not_null<RpWidget*> window)
|
||||
: _window(window) {
|
||||
_window->setWindowFlag(Qt::Window);
|
||||
}
|
||||
|
||||
not_null<RpWidget*> BasicWindowHelper::body() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue