[Igarden-commit] Garden/source/Document CPlanPanel.cp, 1.43.2.4, 1.43.2.5
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-10 22:53:00
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26719 Modified Files: Tag: Release_branch_v1 CPlanPanel.cp Log Message: BUG: Info tooltip left up when window closed, or possibly just when tool switched. Index: CPlanPanel.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CPlanPanel.cp,v retrieving revision 1.43.2.4 retrieving revision 1.43.2.5 diff -C2 -d -r1.43.2.4 -r1.43.2.5 *** CPlanPanel.cp 28 Jan 2007 05:48:05 -0000 1.43.2.4 --- CPlanPanel.cp 10 Feb 2007 22:52:57 -0000 1.43.2.5 *************** *** 264,267 **** --- 264,269 ---- PRECONDITION(_planView != NULL); PRECONDITION(this != NULL); + _toolPalette->PickBasePaletteTool(_planView, 0); + prefs->RemoveReceiver(_planView); prefs->RemoveReceiver(this); |