Closed effjot closed 2 years ago
I’ve just added a clear() to the schema combobox before adding items in init_DB(), so items won’t accumulate when changing databases.
clear()
init_DB()
Fixes issue #4
Sorry, I’ve just realised that the changes for metadata.txt and pb_tool for my own repo slipped in. :-(
I’ve just added a
clear()
to the schema combobox before adding items ininit_DB()
, so items won’t accumulate when changing databases.Fixes issue #4