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))