diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-17 21:43:32 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-17 21:43:32 -0500 |
| commit | 1913564fda999c748a4b7dd853c12e6120387e08 (patch) | |
| tree | af7018fd48bf312148dfd40bd757b1cf66e59f48 /uitask_windows.go | |
| parent | b912afe4e7fe8cc156f9c957123eb125225f3ea3 (diff) | |
Tied Table initialization in. Now to test!
Diffstat (limited to 'uitask_windows.go')
| -rw-r--r-- | uitask_windows.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitask_windows.go b/uitask_windows.go index 045933a..2d1fb54 100644 --- a/uitask_windows.go +++ b/uitask_windows.go @@ -36,6 +36,8 @@ func uiinit() error { if err := makeAreaWindowClass(); err != nil { return fmt.Errorf("error creating Area window class: %v", err) } + // this depends on the common controls having been initialized already + C.doInitTable() return nil } |
