FLTK logo

Re: [fltk/fltk] Linux: Focus box drawing incorrectly (Issue #369)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] Linux: Focus box drawing incorrectly (Issue #369) erco77 Jan 13, 2022  
 

Seems to be a problem introduced by user-submitted patch in STR#2750 by user "dfatfl", accepted in a1d555b, when Fl_Input_Choice was separated from a single .H file into separate .H + .cxx files, back in 2017.

Seems the FL_FLAT_BOX is coming from this line added in the ctor by that patch:
menu_->box(FL_FLAT_BOX); // cosmetic
Going to back that out, but we should probably carefully look at that patch to see what else was changed during the split, as there are at least two of these 'cosmetic' entries that were not in the original code.


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <fltk/fltk/issues/369/1012663182@github.com>

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.