0.4.0 Initial imageview show file working. /JL

This commit is contained in:
2022-12-26 23:48:49 +01:00
parent 98602d82b5
commit bee399973b
2 changed files with 26 additions and 1 deletions
+2 -1
View File
@@ -16,6 +16,7 @@ type MyMainWindow struct {
rightPanel *walk.Composite
colors *walk.ScrollView
canvasScroll *walk.ScrollView
canvas *Canvas
drawWidget *walk.CustomWidget
propScroll *walk.ScrollView
pallette Pallette
@@ -31,7 +32,7 @@ type MyMainWindow struct {
const (
AppName string = "BeadImager"
Version string = "0.3.12"
Version string = "0.4.0"
CopyRight string = "©2022 Jan Lerking"
STD_MESS string = "Ready"
LogFile string = "BeadImager.log"