Browse Source

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
pull/49/head
Albrecht Schlosser 13 years ago
parent
commit
21520a3d5e
  1. 1
      src/Fl_Widget.cxx

1
src/Fl_Widget.cxx

@ -312,7 +312,6 @@ Fl_Widget::copy_label(const char *a) { @@ -312,7 +312,6 @@ Fl_Widget::copy_label(const char *a) {
} else {
label(0);
}
redraw_label();
}
/** Calls the widget callback.

Loading…
Cancel
Save