mirror of https://github.com/qTox/qTox.git
Browse Source
The original reason that the Qt picker was used instead of the native picker was that the native option would cause Nautilus/GNOME-based pickers to hang. This turned out to be due with a Qt bug with parenting Gtk windows. As a result the parent of each file dialog window has been set to NULL, eliminating the crash. As far as tests have shown, this produces no adverse effects on either floating or tiling wms. Fixes #3494reviewable/pr4507/r3
7 changed files with 27 additions and 29 deletions
Loading…
Reference in new issue