trin5tensa / moviedb

A movie lover's notebook.
GNU General Public License v3.0
1 stars 0 forks source link

SelectTagGUI does not display until mouse is moved. #333

Open trin5tensa opened 8 months ago

trin5tensa commented 8 months ago

To reproduce: Make sure 'standard' tags of '** Maybe watch again' and '*** Watch again' are present in database. Choose 'Edit Tag' from the Movie menu. Enter 'again' and click the Search button. Note the blank window. Move mouse. Note the screen ia now populated.

trin5tensa commented 7 months ago

12/23/2023 Completed.

trin5tensa commented 7 months ago

12/27/2023. Not fixed. No widgets are displayed; neither the treeview nor the button. The open=True option for tree.insert in SelectTagGUI.__post_init__ has no effect.

Possible tkinter bug. See Brian Oakley's comment