diff options
Diffstat (limited to 'chalk/ui/kis_view.cc')
| -rw-r--r-- | chalk/ui/kis_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_view.cc b/chalk/ui/kis_view.cc index a146ddcb1..61966928e 100644 --- a/chalk/ui/kis_view.cc +++ b/chalk/ui/kis_view.cc @@ -2236,7 +2236,7 @@ void KisView::paintToolOverlay(const TQRegion& region) gc.setClipRegion(region); gc.setClipping(true); - // Prevent endless loop if the tool needs to have the canvas tqrepainted + // Prevent endless loop if the tool needs to have the canvas repainted m_toolIsPainting = true; m_toolManager->currentTool()->paint(gc, region.boundingRect()); m_toolIsPainting = false; |
