FLTK logo

Re: [fltk/fltk] [Linux] Different Fl_Window::resize() behavior between v1.3.8 and v1.4.0 (Issue #471)

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] Different Fl_Window::resize() behavior between v1.3.8 and v1.4.0 (Issue #471) ManoloFLTK Jul 26, 2022  
 

If you add
window->resizable(window);
after the window->end(); statement in your example program, FLTK 1.3.8 and 1.4 produce the same result.

That would mean 1.4 is correct in refusing to resize a non-resizable window, and 1.3.8 is incorrect. Would you agree ?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <fltk/fltk/issues/471/1195531226@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'.