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 /test/spacing.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 'test/spacing.go')
| -rw-r--r-- | test/spacing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spacing.go b/test/spacing.go index 16f1b83..610115f 100644 --- a/test/spacing.go +++ b/test/spacing.go @@ -41,7 +41,7 @@ func spaceTest() { a2 := NewArea(w, h, ah) a3 := NewArea(w, h, ah) a4 := NewArea(w, h, ah) - win := NewWindow("Stack", 250, 250, nullwindowhandler{}) + win := NewWindow("Stack", 250, 250, nullwinhandler{}) win.SetSpaced(true) win.Open(f(a1, a2)) win = NewWindow("Grid", 250, 250, nullwinhandler{}) |
