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  
 

Might be specific to this widget.

Apparently even though the custom menu button widget's ctor sets the box() type to FL_UP_BOX, it's set back to FL_FLAT_BOX by the time draw() is called, causing draw_focus() to draw a focus box appropriate for an FL_FLAT_BOX, and not an FL_UP_BOX. Hence the issue.

Still investigating.. but seems to be related to that.


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/1012655097@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'.