summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index 6100606..be9a827 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -357,7 +357,6 @@ func (s *sysData) setAreaSize(width int, height int) {
uitask <- func() {
c := gtkAreaGetControl(s.widget)
gtk_widget_set_size_request(c, width, height)
- gtk_widget_queue_draw(c) // force repaint (TODO doesn't have an effect when shrinking?)
ret <- struct{}{}
}
<-ret