diff options
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) { |
