apply worl loading ui

This commit is contained in:
IliaDenisov
2026-03-08 09:05:00 +02:00
parent c076347d70
commit 672e4a00b4
5 changed files with 77 additions and 66 deletions
-1
View File
@@ -20,7 +20,6 @@ func (r *rasterWidgetRender) Layout(size fyne.Size) {
if r.onLayout != nil {
r.onLayout(size)
}
// fmt.Println("widget layout:", size.Width, size.Height, "raster:", r.canvas.raster.Size())
}
func (r *rasterWidgetRender) MinSize() fyne.Size {