http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #3 from Wylda wylda@volny.cz 2010-03-28 15:08:30 ---
So finally i got it. As i wrote above about broken UI, well it's not broken but incredibly slow repainting etc. With this key i did a regression test and well known commit to me, showed up.
commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2 Author: Vincent Povirk vincent@codeweavers.com Date: Sun Jan 24 15:18:46 2010 -0600
gdiplus: Prefer the builtin version.
Before this commit, the editor is veeery slow. With this commit is quite fast, but resizing button does not work.
Work around for 1.1.41, run it your editor by command:
WINEDLLOVERRIDES="gdiplus=n;" wine PhotoScape.exe
Slow, but working. Or alternatively stick to wine 1.1.30. Adding Vincent to CC. BTW: first app suffering from this commit which does not need .NET.