One thing I noticed while perusing the source of Fl_Input_Choice;
    the new 'changed()' method that was added is indented oddly compared
    to the other code.

    Seems as if maybe when the code was added, the editor's tabstop
    was set to 4 instead of 8. eg:

---- snip
  void add(const char *s) {
    menu_->add(s);
  }
        int changed() const {                <--
                return inp_->changed();      <--
        }                                    <--
  void clear() {
    menu_->clear();
  }
---- snip
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to