changed | /branches/native_combobox/tkdiff |
--- a/branches/native_combobox/tkdiff +++ b/branches/native_combobox/tkdiff @@ -5219,7 +5219,7 @@ bind $w(combo) <<PrevWindow>> "[bind all <<PrevWindow>>] ; break" bind $w(combo) <<NextWindow>> "[bind all <<NextWindow>>] ; break" bind $w(combo) <<ComboboxSelected>> { - set idx [$w(combo) current]; incr $idx; move $idx 0 1 + set idx [$w(combo) current]; incr idx; move $idx 0 1 } # Next, the simple BUTTONS (table driven enforces visual/naming uniformity)