diff options
Diffstat (limited to 'sysdata_unix.go')
| -rw-r--r-- | sysdata_unix.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go index 04a6119..31cb7a6 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -363,6 +363,7 @@ func (s *sysData) setAreaSize(width int, height int) { gtk_widget_set_size_request(c, width, height) s.areawidth = width // for sysData.preferredSize() s.areaheight = height + C.gtk_widget_queue_draw(c) ret <- struct{}{} } <-ret |
