[Igarden-commit] Garden/source/Document CDatabasePanel.cpp, 1.4.2.24, 1.4.2.25 ClientDocument.cpp,
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-11 10:40:20
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31048/source/Document Modified Files: Tag: Release_branch_v1 CDatabasePanel.cpp ClientDocument.cpp Log Message: If column set is read-only, then open a read-only version of the picture selection dialog Rcalculate scroll parameters when column set changes Index: ClientDocument.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/ClientDocument.cpp,v retrieving revision 1.6.2.9 retrieving revision 1.6.2.10 diff -C2 -d -r1.6.2.9 -r1.6.2.10 *** ClientDocument.cpp 3 Apr 2008 00:10:10 -0000 1.6.2.9 --- ClientDocument.cpp 11 Apr 2008 10:40:23 -0000 1.6.2.10 *************** *** 270,273 **** --- 270,274 ---- _spec = spec; + DocEditorSave(); // Save state in prefs to write later if(useCompound) { Index: CDatabasePanel.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/CDatabasePanel.cpp,v retrieving revision 1.4.2.24 retrieving revision 1.4.2.25 diff -C2 -d -r1.4.2.24 -r1.4.2.25 *** CDatabasePanel.cpp 8 Apr 2008 22:24:24 -0000 1.4.2.24 --- CDatabasePanel.cpp 11 Apr 2008 10:40:23 -0000 1.4.2.25 *************** *** 1999,2002 **** --- 1999,2003 ---- ColPtr(n)->visible = ColPtr(n)->newVisible; } + _table->RecalcScroll(); _table->EnableDrawing(); } |