mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Version 1.3.7: Fix file dialog parent widget.
Regression was introduced in 67ea175fc6
.
Fixes #4817.
This commit is contained in:
parent
b5bc7a22af
commit
b0077d98f0
1 changed files with 3 additions and 0 deletions
|
@ -199,6 +199,9 @@ bool Get(
|
|||
const QString &filter,
|
||||
Type type,
|
||||
QString startFile) {
|
||||
if (parent) {
|
||||
parent = parent->window();
|
||||
}
|
||||
#ifndef TDESKTOP_DISABLE_GTK_INTEGRATION
|
||||
if (NativeSupported()) {
|
||||
return GetNative(
|
||||
|
|
Loading…
Add table
Reference in a new issue