fix return of painted in grid_renderer
This commit is contained in:
parent
b8d497844a
commit
e2ea6e487d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public:
|
|||
|
||||
bool painted()
|
||||
{
|
||||
pixmap_.painted();
|
||||
return pixmap_.painted();
|
||||
}
|
||||
|
||||
void painted(bool painted)
|
||||
|
|
Loading…
Add table
Reference in a new issue