[Igarden-commit] Garden/source/SourceMaterialDB QueryDialog.cpp, 1.25.2.7, 1.25.2.8
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-10 00:26:49
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10812/source/SourceMaterialDB Modified Files: Tag: Release_branch_v1 QueryDialog.cpp Log Message: Fix problems with color picker in query dialog Index: QueryDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/QueryDialog.cpp,v retrieving revision 1.25.2.7 retrieving revision 1.25.2.8 diff -C2 -d -r1.25.2.7 -r1.25.2.8 *** QueryDialog.cpp 21 Mar 2008 21:48:34 -0000 1.25.2.7 --- QueryDialog.cpp 10 May 2008 00:26:54 -0000 1.25.2.8 *************** *** 700,703 **** --- 700,704 ---- colorCell->AddColor(color, colorVal); } + table->SetSelectRow(-1); break; *************** *** 1036,1039 **** --- 1037,1041 ---- cell->SetColorMenu(menuRef, 0, kClearColors); table->EnableDrawing(); + table->AddReceiver(this); break; *************** *** 1479,1482 **** --- 1481,1485 ---- panels->ChangeCurrentPanel(pop->GetValue()); EnableActivePanels(); + SetupControlsFromAttributes(); } else if(arg == kQueryType) |