mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
enable movable toolbars
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15639 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c04f51682f
commit
7ea5cb8d15
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user