Test for NULL cell in setCell() ...

This commit is contained in:
Jean-Paul Chaput 2010-01-25 14:41:48 +00:00
parent ae85636e13
commit cea214de5e
1 changed files with 1 additions and 1 deletions

View File

@ -2503,7 +2503,7 @@ namespace Hurricane {
shared_ptr<State> state ( new State(cell) );
setState ( state );
if ( cell->isTerminal() ) setQueryFilter ( ~0 );
if ( cell and cell->isTerminal() ) setQueryFilter ( ~0 );
//setRealMode ();
fitToContents ( false );