v0.6.2 - Formation Studio
UI Improvements
- Designer now creates a
tk.Tk
instead oftk.Toplevel
by default. Handles #21 tk.Tk
andtk.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 usingImage.LANCZOS
instead.