> but it looked just as the normal GTK3 file chooser dialog, so obviously I did 
> it wrong.

Possibly cross building is confusing it?  Or possibly msys2 isn't built with 
the native dialogs? Or I don't have a clue what I'm talking about (probably 
number 3).

> It might be better to remove the Windows native dialogs altogether instead of 
> trying to fix their bad integration.

Certainly calling them directly without any integration with the GTK mainloop 
is always likely to cause issues, the mainloop can still run and callback Geany 
code while its waiting for the dialog, which is dangerous because Geany isn't 
written to permit that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1942#issuecomment-917599015

Reply via email to