Skip to content

v0.6.2 - Formation Studio

Compare
Choose a tag to compare
@ObaraEmmanuel ObaraEmmanuel released this 08 Jul 11:59
· 118 commits to master since this release
458fc1d

UI Improvements

  • Designer now creates a tk.Tk instead of tk.Toplevel by default. Handles #21
  • tk.Tk and tk.Toplevel now start with a dimension of 200x200 when first placed on the designer

Bug fix

  • Fix globals handling in debugger
  • Fix drag n drop initialization in debugger
  • Fix issue with Image.ANTIALIAS removal in PIL >= 10.0.0 by using Image.LANCZOS instead.