[Igarden-commit] Garden/source/SourceMaterialDB QueryDialog.cpp, 1.25.2.8, 1.25.2.9
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-11 12:43:09
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10387/source/SourceMaterialDB Modified Files: Tag: Release_branch_v1 QueryDialog.cpp Log Message: Clean up the QueryDialog Index: QueryDialog.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/QueryDialog.cpp,v retrieving revision 1.25.2.8 retrieving revision 1.25.2.9 diff -C2 -d -r1.25.2.8 -r1.25.2.9 *** QueryDialog.cpp 10 May 2008 00:26:54 -0000 1.25.2.8 --- QueryDialog.cpp 11 May 2008 12:43:08 -0000 1.25.2.9 *************** *** 175,179 **** obj->Initialize(obj->_window); obj->EnablePlugins(); ! #if !OPT_MACOS_CARBON ProfilerDump("\pProfile"); --- 175,180 ---- obj->Initialize(obj->_window); obj->EnablePlugins(); ! obj->ClearControls(); ! #if !OPT_MACOS_CARBON ProfilerDump("\pProfile"); *************** *** 1020,1024 **** table->DisableDrawing(); siz = table->GetSize(); ! table->AppendColumn(siz.h, stx("color"), RGColorCell::Factory); table->SetTitleHeight(0); table->AppendRow(false); --- 1021,1025 ---- table->DisableDrawing(); siz = table->GetSize(); ! table->AppendColumn(siz.h-kBorderWidths, stx("color"), RGColorCell::Factory); table->SetTitleHeight(0); table->AppendRow(false); *************** *** 1481,1485 **** panels->ChangeCurrentPanel(pop->GetValue()); EnableActivePanels(); - SetupControlsFromAttributes(); } else if(arg == kQueryType) --- 1482,1485 ---- |