From: <le...@us...> - 2007-01-23 09:07:01
|
Revision: 234 http://svn.sourceforge.net/qcell/?rev=234&view=rev Author: lessm Date: 2007-01-23 01:06:58 -0800 (Tue, 23 Jan 2007) Log Message: ----------- - k?\195?\179zka work now Modified Paths: -------------- trunk/qcell/baseheaders/Renderer.h trunk/qcell/basesources/simulationwindow.cpp Modified: trunk/qcell/baseheaders/Renderer.h =================================================================== --- trunk/qcell/baseheaders/Renderer.h 2007-01-23 08:42:53 UTC (rev 233) +++ trunk/qcell/baseheaders/Renderer.h 2007-01-23 09:06:58 UTC (rev 234) @@ -14,7 +14,7 @@ #include <QPixmap> #include <QChar> -#define SELECT_BUFFER_SIZE 64000 +#define SELECT_BUFFER_SIZE 256000 struct SYMBOL { Modified: trunk/qcell/basesources/simulationwindow.cpp =================================================================== --- trunk/qcell/basesources/simulationwindow.cpp 2007-01-23 08:42:53 UTC (rev 233) +++ trunk/qcell/basesources/simulationwindow.cpp 2007-01-23 09:06:58 UTC (rev 234) @@ -1077,6 +1077,7 @@ { if(mode==3) { + cycleTable = usedSpace = 0; loclaViewMemory[cycleTable] = *getStorage(); //localViewFlag = 1; storeCurentTable = getStorage()->getDataPointer(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |