diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 10:49:29 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 10:49:29 -0700 |
| commit | be2a69804a5b8823d450ec5a478766c3d8f4acac (patch) | |
| tree | de1333d86e72c1aa894db6c4ece8ba47bec52b99 /gui.go | |
| parent | 8574f8109dde05aadcbdf0423b8347d2d17a4bce (diff) | |
fix crash
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -232,6 +232,7 @@ func CreateFontButton(action string) *ButtonMap { var newBM ButtonMap newBM.Action = action newBM.FB = newB + newBM.AH = &myAH Data.AllButtons = append(Data.AllButtons, newBM) newB.OnChanged(func (*ui.FontButton) { |
