diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-25 23:21:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-25 23:21:57 -0400 |
| commit | 1eeadc000ae796bd022879196c4f2bae3bb189de (patch) | |
| tree | e63f905f533f183935850b04f5ab8356e06e7084 /window.go | |
| parent | 9a3e73b46001219177bb13a381420007217dfecf (diff) | |
Made the new sizing system work on Windows.
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ func (w *Window) Create(control Control) { panic(fmt.Errorf("error opening window: %v", err)) } if control != nil { - w.sysData.resize = control.setRect + w.sysData.allocate = control.allocate err = control.make(w.sysData) if err != nil { panic(fmt.Errorf("error adding window's control: %v", err)) |
