[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Toolbar width inconsistency (bad rectangle list?)



17 dec 2010 kl. 13.44 skrev Peter Persson:

> 17 dec 2010 kl. 13.31 skrev Helmut Karlowski:
> 
>>> I tried again, but it's still the same binary I think (still 483875 =
>>> bytes, still the same behavior).
>> 
>> Maybe you have to flush the browser-cache. I downloaded it and it has 484646 bytes.

I obviously need mental help. I accidentally copied the xaaes.km to the wrong place! Forget my last post.

However, there are still problems.

When using only SIZER only (not VSLIDE | SIZER):

	When using the legacy redraw method (walking the rectangle list):
		- the very first redraw is wrong, or the toolbar is overwritten by the sizer bar.
		- after this, it works.

	When using the wind_set() method to redraw:
		- toolbar object size and the actual width when drawing the object differs, just like before.

When using VSLIDE | SIZER:

	When using the legacy redraw method (walking the rectangle list):
		- everything looks correct.

	When using the wind_set() method to redraw:
		- sizer bar is now somewhat corrupted and gets the wrong size.

As much as I like the idea of this change (it looks better than before), it doesn't work right now. I think the right thing to do would be to temporarily revert these changes (with the exception of the click patch, since this seems to work), so that we can get a new release. Like I said, the change is good, and I want it - once it works!

-- PeP