Colour window: monochromatic and askew
Opened this issue · 5 comments
Can you try reverting https://cgit.haiku-os.org/haiku/commit/src/kits/interface/Bitmap.cpp?id=6211ae257544d7a1453bc34297c8eac3e2b0435d and see if it makes a difference?
Good catch! Reverting that commit does indeed fix the issue.
Has Haiku been updated yet such that it has fixed this issue?
It has not, this issue is still with us. I have no idea if the commit @pulkomandy linked can easily be reverted and fixed another way, or if Becasso could be fixed more easily...
As is, Becasso is pretty useless. Or at least, colourless... :)
@jscipione do you have an opinion here? I think the previous code in BBitmap was behaving identically to BeOS at least for BeCasso case. So the fix for Spirograph is either incorrect or incomplete.
It wouldn't be difficult to fix BeCasso (use ImportBits instead of SetBits, probably) but it would be nice to try to have the old SetBits behave as close as possible to BeOS still?