0.0.12 Added Groupboxes. /JL

This commit is contained in:
2022-12-11 17:34:42 +01:00
parent 05fbb17ff6
commit ee07323106
3 changed files with 52 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ type (
func LoadBeads(mw *MyMainWindow) {
for _, brand := range mw.pallette.Brands.Brand {
if brand.BrandName == mw.pallette_combo.Text() {
if brand.BrandName == mw.brand_combo.Text() {
log.Println("Loading beads for brand: " + brand.BrandName + " ...")
for _, series := range brand.Series.Serie {
if series.SerieName == mw.serie_combo.Text() {