On Wed, Apr 02, 2003 at 02:24:43PM +0200, Jean-Marc Lasgouttes wrote: > John> It is literally impossible to remove it. > > Too bad... Can't you set height to 0?
It might be possible to find it via Qt's reflection stuff, it might not ... I'll experiment llater > >> Also, there is a significant flicker when switching between panes. > >> Isn't it possible to do some kind of double buffering? > > John> I don't see that, but can you try adding around the code that > John> switches inside panelstack.C something like : > > John> setUpdatesEnabled(false); > > John> ... do stuff ... > > John> setUpdatesEnabled(true); update(); > > John> and report back if that helps (or just commit it) > > Sorry, I took a look but did not find the code where this would be > relevant. I'd be glad to have more hints. inside switchPanel(). You might need to do stack_->setUpdatesEnabled(.. etc. too - not sure regards john