fltk-rs / fl2rust

A fluid (fltk ui designer) file to Rust transpiler
MIT License
53 stars 3 forks source link

Fix position of embedded widget_class' sub widgets #26

Closed fbradasc closed 1 year ago

fbradasc commented 1 year ago

With recent changes in "simplify adding children widgets" @ commit cf8fa30c1815d5c1e80713b71d7033b86f270ae7 the position of embedded widget_class sub widgets is lost, resulting in such widgets to be always positioned in the window's top left corner

MoAlyousef commented 1 year ago

Indeed, thank you 🙏