diff options
Diffstat (limited to 'karbon/widgets/vstrokefillpreview.cc')
-rw-r--r-- | karbon/widgets/vstrokefillpreview.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/widgets/vstrokefillpreview.cc b/karbon/widgets/vstrokefillpreview.cc index f69d5d85..473ce4db 100644 --- a/karbon/widgets/vstrokefillpreview.cc +++ b/karbon/widgets/vstrokefillpreview.cc @@ -195,7 +195,7 @@ VStrokeFillPreview::update( const VStroke &s, const VFill &f ) m_painter->end(); - repaint(); + tqrepaint(); } void |