DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2737
Version: 1.3-feature


Need to fix copy_label to check for  setting of same label as done with
Fl_Window objects.

void Fl_Widget::copy_lable(const char*) {
  if (a==label_.value) {
    return;
  }
  // rest stays the same
  .
  .


Link: http://www.fltk.org/str.php?L2737
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to