nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

Minor bugs in example #34

Closed wyrex closed 8 years ago

wyrex commented 8 years ago

Hello! I decided to try tkd and noticed these things (compiled with ldc2 in linux). Cheers.

If you click file type filter or directory path button in a dialog clicking the button again won't close the popup and you have to click one of the texts to close it.

directory This one widget goes out of bounds to down/right when moved.

canvas

nomad-software commented 8 years ago

Thanks for the report.

Unfortunately, both of these issues are with Tcl/Tk and not with Tkd. Believe it or not, these are how these items are supposed to work. They also function the same when using Python's Tkinter library. So there's nothing I can do to fix them.