remove annoying comment
This commit is contained in:
parent
7857044814
commit
0968118cd3
|
@ -332,7 +332,7 @@ namespace Hurricane {
|
||||||
|
|
||||||
void CellWidget::redraw ( QRect redrawArea )
|
void CellWidget::redraw ( QRect redrawArea )
|
||||||
{
|
{
|
||||||
cerr << "CellWidget::redraw()" << endl;
|
//cerr << "CellWidget::redraw()" << endl;
|
||||||
|
|
||||||
_redrawRectCount = 0;
|
_redrawRectCount = 0;
|
||||||
|
|
||||||
|
@ -375,7 +375,7 @@ namespace Hurricane {
|
||||||
if ( _showSelection )
|
if ( _showSelection )
|
||||||
redrawSelection ( redrawArea );
|
redrawSelection ( redrawArea );
|
||||||
|
|
||||||
cerr << "CellWidget::redraw() - finished." << endl;
|
//cerr << "CellWidget::redraw() - finished." << endl;
|
||||||
|
|
||||||
update ();
|
update ();
|
||||||
popCursor ();
|
popCursor ();
|
||||||
|
|
Loading…
Reference in New Issue