Re: Review Request: Tooltip show the thumbnail not correctly centered

2008-12-14 Thread Loic Marteau
> On 2008-12-13 16:57:49, Aaron Seigo wrote: > > i don't think the checkSize from prepareShowing should be removed; it's ok > > to add it to showEvent, though. i do wonder, however: does > > layout()->activate() work as well in showEvent()? it *should* have the > > right size there, but maybe

Re: Review Request: Tooltip show the thumbnail not correctly centered

2008-12-13 Thread Aaron J. Seigo
On Saturday 13 December 2008, Loic Marteau wrote: > But perhaps this is more a bug from qt since recalculation of the layouting > appears to be ok in the major number of the cases ?! (its only appear in > some strange case during when the preview has to be moved a little to the > left to be ok) we

Re: Review Request: Tooltip show the thumbnail not correctly centered

2008-12-13 Thread Loic Marteau
> On 2008-12-13 16:57:49, Aaron Seigo wrote: > > i don't think the checkSize from prepareShowing should be removed; it's ok > > to add it to showEvent, though. i do wonder, however: does > > layout()->activate() work as well in showEvent()? it *should* have the > > right size there, but maybe

Re: Review Request: Tooltip show the thumbnail not correctly centered

2008-12-13 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.vidsolbach.de/r/308/#review293 --- i don't think the checkSize from prepareShowing should be removed;