Remove redundant redraw_label() call from copy_label(), STR #2836.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9452 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2012-05-07 07:18:11 +00:00
parent 66cea4322f
commit 21520a3d5e
-1
View File
@@ -312,7 +312,6 @@ Fl_Widget::copy_label(const char *a) {
} else {
label(0);
}
redraw_label();
}
/** Calls the widget callback.