From: M.Deepak <td...@us...> - 2004-12-08 10:40:32
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14103 Modified Files: AnyEditDoc.cpp Log Message: Clipboard copy on select now toggles even in open documents Index: AnyEditDoc.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEditDoc.cpp,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** AnyEditDoc.cpp 4 Dec 2004 08:23:57 -0000 1.48 --- AnyEditDoc.cpp 8 Dec 2004 10:40:09 -0000 1.49 *************** *** 469,472 **** --- 469,476 ---- void CAnyEditDoc::ReloadDefaults() { + CConfigFile* pFile = theApp.GetConfigFile(); + if (pFile == NULL) + m_bSelectCopy = FALSE; + m_bSelectCopy = pFile->GetSelectCopy(); UpdateAllViews( NULL, VIEW_SYNTAX ); } |