forgot isVisible() test

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3691 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-10-22 20:54:32 +00:00
parent c4b5f41446
commit 12428d766f

View File

@ -260,6 +260,9 @@ void GraphWidget::timerEvent(QTimerEvent *event)
{
Q_UNUSED(event);
if(!isVisible())
return ;
static const int S = 256 ;
static double *forceMap = new double[2*S*S] ;