| 395 | } |
| 396 | |
| 397 | void DrawTextTool::updatePreviewText() |
| 398 | { |
| 399 | auto text = preview_text.get(); |
| 400 | renderables.removeRenderablesOfObject(text, false); |
| 401 | text->update(); |
| 402 | renderables.insertRenderablesOfObject(text); |
| 403 | updateDirtyRect(); |
| 404 | } |
| 405 | |
| 406 | int DrawTextTool::updateDirtyRectImpl(QRectF& rect) |
| 407 | { |
nothing calls this directly
no test coverage detected