Abdelrazak Younes wrote:
I have to find some time to solved it. If someone wants to look at it,
the problem is related to a toolbar separator inserted between the table
toolbar and the math toolbar. If the cursor goes in math within the
table, you will notice that the two toolbars show correctly. When in
math alone, the separator should not be inserted, or something like that.
The code in question is in GuiView.C.
i have been looking a bit at this today, but haven't come very much
further.
the problem is different and a bit more tricky than you describe. when
enabling a toolbar at the bottom, but before the table and math one,
this gets misplaced as well
try this in default.ui
Toolbars
"standard" "on,top"
"extra" "on,bottom"
"math" "math,bottom"
"table" "table,bottom"
"review" "off,bottom"
"minibuffer" "off,bottom"
End
and you'll see