diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-28 16:37:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-28 16:37:55 -0400 |
| commit | affc65a5a402534527c4d4fbc5b381b5b1283445 (patch) | |
| tree | ef34e20694a809577b2d609d9e3ffadfe64bbc12 /button.go | |
| parent | 02d6a03ba3a657aa7b50d072771361236bb207a3 (diff) | |
Fixed the build. New API works on Windows! Also removed TODO on dialogs in Windows since I can't reproduce the weird behavior anymore; I guess the new code fixes it.
Diffstat (limited to 'button.go')
| -rw-r--r-- | button.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ func NewButton(text string) (b *Button) { return &Button{ sysData: mksysdata(c_button), initText: text, - Clicked: newEvent(), } } |
