mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Commented forgotten debug output
This commit is contained in:
parent
1f9e044493
commit
11e2d3d643
@ -490,6 +490,7 @@ void Style::drawBackground(Tile &tile)
|
|||||||
_styles.first().setPathPainter(_zoom, tile);
|
_styles.first().setPathPainter(_zoom, tile);
|
||||||
tile.painter().drawPath(path);
|
tile.painter().drawPath(path);
|
||||||
}
|
}
|
||||||
tile.painter().setPen(Qt::red);
|
|
||||||
tile.painter().drawRect(rect);
|
//tile.painter().setPen(Qt::red);
|
||||||
|
//tile.painter().drawRect(rect);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user