]> git.lyx.org Git - lyx.git/commitdiff
enable movable toolbars
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 31 Oct 2006 14:39:16 +0000 (14:39 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 31 Oct 2006 14:39:16 +0000 (14:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15639 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QLToolbar.C

index 131a83a69247d5da6f167fae495f919a469344a9..536f177bb263b2d38fcfaf24ad5194a364b1bf30 100644 (file)
@@ -152,9 +152,8 @@ QLToolbar::QLToolbar(ToolbarBackend::Toolbar const & tbb, GuiView & owner)
        // give visual separation between adjacent toolbars
        addSeparator();
 
-       // allowing the toolbars to tear off is too easily done,
-       // and we don't save their orientation anyway. Disable the handle.
-       setMovable(false);
+       // TODO: save toolbar position
+       setMovable(true);
 
        ToolbarBackend::item_iterator it = tbb.items.begin();
        ToolbarBackend::item_iterator end = tbb.items.end();