diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-09 22:11:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-09 22:11:08 -0400 |
| commit | fa4094adeb122ea23cc898da75421230d7b7eda1 (patch) | |
| tree | 1f602ec687dfa8ef0fc051265728b3f448b32693 /sysdata.go | |
| parent | 6b860779e357560266553b298af5f4863f511aa7 (diff) | |
Added Area.RepaintAll() (requested by aybabtme on the Gopher Academy Slack) and implemented it on Mac OS X.
Diffstat (limited to 'sysdata.go')
| -rw-r--r-- | sysdata.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ var _xSysData interface { setProgress(int) len() int setAreaSize(int, int) + repaintAll() } = &sysData{} // this line will error if there's an inconsistency // signal sends the event signal. This raise is done asynchronously to avoid deadlocking the UI task. |
