diff options
| author | Jeff Carr <[email protected]> | 2019-05-30 08:55:54 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-30 08:55:54 -0700 |
| commit | 3abb0b92f481341bc80da3b971956e34d2f2ef07 (patch) | |
| tree | 580c7a93d0749d3c048db810bb0f234d1b9732ac /area.go | |
| parent | 5ad5afee4d9cc4b6abb527ded4ff321807af2f0f (diff) | |
more variable name fixes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ import _ "github.com/andlabs/ui/winmanifest" import "github.com/davecgh/go-spew/spew" -func findFB(button *ButtonMap) *ButtonMap { - var a *ButtonMap +func findFB(button *GuiButton) *GuiButton { + var a *GuiButton for key, foo := range Data.AllButtons { log.Println("findFB() Data.AllButtons key, foo=", key, foo) if &foo == button { |
