From: Peter Kümmel Date: Tue, 31 Oct 2006 14:39:16 +0000 (+0000) Subject: enable movable toolbars X-Git-Tag: 1.6.10~12123 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7ea5cb8d15730fc40b884595cfa8d6d8b8beafd6;p=lyx.git enable movable toolbars git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15639 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/QLToolbar.C b/src/frontends/qt4/QLToolbar.C index 131a83a692..536f177bb2 100644 --- a/src/frontends/qt4/QLToolbar.C +++ b/src/frontends/qt4/QLToolbar.C @@ -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();