[Igarden-commit] Garden/source/LayoutDB UserTextBox.h, 1.6.2.1, 1.6.2.2 UserTextBox.cpp, 1.11.2.5,
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-10 22:48:18
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv20534/source/LayoutDB Modified Files: Tag: Release_branch_v1 UserTextBox.h UserTextBox.cpp Log Message: Fix problem where elements would look selected when they weren't Index: UserTextBox.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/UserTextBox.h,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** UserTextBox.h 26 Mar 2008 22:21:36 -0000 1.6.2.1 --- UserTextBox.h 10 May 2008 22:48:21 -0000 1.6.2.2 *************** *** 44,48 **** virtual void DrawPopupInfo(); void DoKey(long charVal, long modifiers); - virtual void Select(bool doSelect, WritablePlanView* view); void Activate(); void Deactivate(); --- 44,47 ---- Index: UserTextBox.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/UserTextBox.cpp,v retrieving revision 1.11.2.5 retrieving revision 1.11.2.6 diff -C2 -d -r1.11.2.5 -r1.11.2.6 *** UserTextBox.cpp 9 May 2008 13:30:43 -0000 1.11.2.5 --- UserTextBox.cpp 10 May 2008 22:48:21 -0000 1.11.2.6 *************** *** 266,278 **** // --------------------------------------------------------------------------- - // void UserTextBox::Select( bool doSelect, WritablePlanView* view ) - // - void UserTextBox::Select( bool doSelect, WritablePlanView* view ) - { - Element::Select(doSelect, view); - } - - - // --------------------------------------------------------------------------- // void UserTextBox::Activate() // --- 266,269 ---- |