X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_children.cpp;h=d997a0c42f12b56ef72490721c645ec4615e1c4e;hb=6c80475b389b1c07c148566cd015f9efc3a6adaa;hp=88407d71ed4922abad92f926d68149ab5148a1bd;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_children.cpp b/synfig-studio/trunk/src/gtkmm/dock_children.cpp index 88407d7..d997a0c 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_children.cpp +++ b/synfig-studio/trunk/src/gtkmm/dock_children.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -65,7 +66,11 @@ using namespace studio; Dock_Children::Dock_Children(): Dock_CanvasSpecific("children",_("Children"),Gtk::StockID("synfig-children")) { - set_use_scrolled(false); + //! \todo the combination of set_use_scrolled(false) and + //! add(*tree_view) causes crashes when + //! Dockable::prev_widget_ is left referencing a + //! ChildrenTree that has already been destroyed. + // set_use_scrolled(false); /* add(*create_action_tree());