Steven Calwas

Results 12 comments of Steven Calwas

It turns out this bug was indirectly addressed in closed issue #531 Specifically, when running on Windows, [externalapp.py](https://github.com/mypaint/mypaint/blob/master/gui/externalapp.py#L278) no longer calls `_begin_file_edit_using_gio` (which causes the problem in this issue), but...

I believe [this is the issue](https://gitlab.gnome.org/GNOME/gtk/-/issues/734) you're experiencing. An alternative workaround (instead of overriding the high DPI scaling) is to set all displays to the same scaling percentage. They don't...