linuxdeepin / qt5integration

Qt platform theme integration plugins for DDE.
Other
36 stars 47 forks source link

fix: file dialog Transient_For property #157

Closed kegechen closed 1 year ago

kegechen commented 1 year ago

原来默认显示后设置 WM_TRANSIENT_FOR 属性。 在某些情况下(如窗口还未显示)失败或者被桌面覆盖了。 增加一个窗口激活后再次确认该属性 修改 connect 的类型,防止出现重复连接

Issue: https://github.com/linuxdeepin/dtk/issues/65