Skip to content

Console prints QPainter errors and warnings during creation of the plugin #147

@ThomasKroes

Description

@ThomasKroes

The console prints the lines below during the creation of the plugin:

QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setFont: Painter not active
QPainter::setPen: Painter not active
QPainter::drawPoints: Painter not active

Although it does not (seem) to affect the plugin, it is a good idea to try to fix this because it does not look very nice.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions