0.3.12 Adding beads working. /JL

This commit is contained in:
2022-12-25 22:21:51 +01:00
parent a0d9fed4da
commit 98602d82b5
4 changed files with 16 additions and 26 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ func CreateCanvasProperties(mw *MyMainWindow) {
}
cb.CheckedChanged().Attach(func() {
log.Println("Grid checkbox changed")
if cb.Checked() {
if !cb.Checked() {
SetConfigShowGrid("false")
} else {
SetConfigShowGrid("true")