mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 10:57:58 +08:00
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:
@@ -312,7 +312,6 @@ Fl_Widget::copy_label(const char *a) {
|
|||||||
} else {
|
} else {
|
||||||
label(0);
|
label(0);
|
||||||
}
|
}
|
||||||
redraw_label();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Calls the widget callback.
|
/** Calls the widget callback.
|
||||||
|
|||||||
Reference in New Issue
Block a user