Peter Kümmel wrote:
> Jonathan Vogt wrote:
>> Hi all,
>>
>> first of all thanks for your work and keep it up.
>>
>> I've been compiling the source from subversion for a couple of days now and 
>> I 
>> noticed that when starting some math the math toolbar shows up (nothing 
>> wrong 
>> with that) but it shows up right under the menu bar.
>> I also don't know how to move it or any toolbar in general. 
>> I attached a screenshoot so you'll understand because I don't know if I 
>> described it right.
>>
>> Jonathan
>>
>>
>> ------------------------------------------------------------------------
>>
> 
> I open lyx, ctrl-n, ctrl-m, but I don't see the bug.
> 

Maybe this helps investigating the bug:

$ svn diff frontends/qt4/QLToolbar.C
Index: frontends/qt4/QLToolbar.C
===================================================================
--- frontends/qt4/QLToolbar.C   (revision 15548)
+++ frontends/qt4/QLToolbar.C   (working copy)
@@ -154,7 +154,7 @@

        // allowing the toolbars to tear off is too easily done,
        // and we don't save their orientation anyway. Disable the handle.
-       setMovable(false);
+       setMovable(true);

        ToolbarBackend::item_iterator it = tbb.items.begin();
        ToolbarBackend::item_iterator end = tbb.items.end();


Is the comment still valid?
Why not enable movable for 1.5?
It's a so simple and noncritical change with such a big effect.
We also have to sell lyx 1.5.


-- 
Peter Kümmel

Reply via email to