diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-24 21:11:03 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-24 21:11:03 -0400 |
| commit | 01db831c4c40959504d46e14e0845eb179759013 (patch) | |
| tree | 3c77aa6672193dd00806faa3f56e5ba55019fd09 | |
| parent | d238e262df4f767d6dacf1200a56b63b2b5d824b (diff) | |
Removed stray/leftover TODO.
| -rw-r--r-- | redo/area_windows.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/area_windows.go b/redo/area_windows.go index 276a69e..d2e13e4 100644 --- a/redo/area_windows.go +++ b/redo/area_windows.go @@ -73,7 +73,6 @@ func (a *area) RepaintAll() { C.SendMessageW(a._hwnd, C.msgAreaRepaintAll, 0, 0) } -// TODO somehow use textfield.preferredSIze() here func (a *area) OpenTextFieldAt(x, y int) { if x < 0 || x >= a.width || y < 0 || y >= a.height { panic(fmt.Errorf("point (%d,%d) outside Area in Area.OpenTextFieldAt()", x, y)) |
