This commit is contained in:
iceBear67
2026-07-26 14:03:51 +00:00
parent 7eb35f82b1
commit b24cfcd560
4 changed files with 96 additions and 85 deletions
+2 -6
View File
@@ -106,9 +106,7 @@ func (p *diagPage) run() {
}
p.progress[pr.Key] = pr
p.mu.Unlock()
if a.win != nil {
a.win.Invalidate()
}
a.invalidate()
},
})
p.mu.Lock()
@@ -117,9 +115,7 @@ func (p *diagPage) run() {
p.lastRun = time.Now()
p.cancel = nil
p.mu.Unlock()
if a.win != nil {
a.win.Invalidate()
}
a.invalidate()
}()
}