summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/widget_python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/widget_python.cpp')
-rw-r--r--superkaramba/src/widget_python.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/widget_python.cpp b/superkaramba/src/widget_python.cpp
index 0948e39..564b4b4 100644
--- a/superkaramba/src/widget_python.cpp
+++ b/superkaramba/src/widget_python.cpp
@@ -101,7 +101,7 @@ PyObject* py_create_widget_mask(PyObject *, PyObject *args)
long redrawWidgetBackground(long widget)
{
karamba* currTheme = (karamba*)widget;
- currTheme->kroot->repaint(true);
+ currTheme->kroot->tqrepaint(true);
return 1;
}