Abdelrazak Younes wrote:
Jean-Marc Lasgouttes wrote:
Neal Becker<[EMAIL PROTECTED]> writes:
Neal Becker wrote:
Does 'auto' work?
When I choose math (auto), with cursor in plain text, math toolbar is
still there.
Actually, IMO the design is really confusing. What does 'checking'
math(auto) mean?
According to the math manual, it's auto if its unchecked, and always
on if checked? That's confusing.
And, it doesn't work. It's always on if checked and always off if not.
It used to be that toolbars that have the 'auto' flag could be in
three states (always on, always off, auto) while the others only had 2
states (on and off). With the merging of the toolbar backend with the
GUI, the information is now lost.
Wrong, the information is still there and simpler. Or at least it was
last time I worked on that.
The problem is that GuiToolbar::visibility_ is always equal to zero
whereas it should have been saved in GuiToolbar::saveSession() with
Toolbars::AUTO value. So there is a problem with session handling.
Work around: Go to preference settings-> interface, uncheck "window
geometry saving" and click "apply" in order to clear out the session
info. Check it again and apply to reenable session info. Now auto
toolbars should work again.
I know, there are a number of bugs in the session handling, but I am
very very busy... I'll try to fix them next weekend if nobody has fixed
them in the mean time.
Abdel.