Clean up of scene nodes to support 2d and non int positioning.
This commit is contained in:
parent
1eeaebd0a9
commit
672b31b603
45 changed files with 341 additions and 200 deletions
|
@ -45,3 +45,8 @@ AbstractPainter* DrawingContext::getPainter() const
|
|||
{
|
||||
return mPainter.get();
|
||||
}
|
||||
|
||||
bool DrawingContext::painterSupportsGeometryPrimitives() const
|
||||
{
|
||||
return mPainter->supportsGeometryPrimitives();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue