CSSG-Labs / PyNote

Text Editor Written in Python
GNU General Public License v3.0
3 stars 4 forks source link

Added call to Tk() as root #10

Closed PatrickBruso closed 2 years ago

PatrickBruso commented 2 years ago

Added explicit call to Tk() to initialize the tcl/tk interpreter. Changed class init function to include 2nd parameter, and converted Frame.init to super().

closes 9-fix-call-to-tk-class-to-construct-toplevel-tk-widget