fix return of painted in grid_renderer

This commit is contained in:
Dane Springmeyer 2014-09-19 14:34:17 -07:00
parent b8d497844a
commit e2ea6e487d

View file

@ -117,7 +117,7 @@ public:
bool painted()
{
pixmap_.painted();
return pixmap_.painted();
}
void painted(bool painted)