diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-25 15:59:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-25 15:59:09 -0400 |
| commit | 506ab2058205184913493f568ce1771f7ba3566b (patch) | |
| tree | 6aa3f245ba6750cb2d75132b320d3362107b4c59 | |
| parent | 9ea22218ffacc8a3e5395d8670e9d62584969753 (diff) | |
More TODOs.
| -rw-r--r-- | redo/containers_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/containers_windows.go b/redo/containers_windows.go index a5e8ec6..7c79f5b 100644 --- a/redo/containers_windows.go +++ b/redo/containers_windows.go @@ -14,6 +14,7 @@ On Windows, container controls are just regular controls; their children have to TODO - make sure all tabs cannot be deselected (that is, make sure the current tab can never have index -1) +- make sure tabs initially show the right control */ type tab struct { |
