diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-29 00:43:48 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-11-29 00:43:48 (GMT) |
commit | 216f96d49a15f71cc5fd40aed613bcfb4f0f002a (patch) | |
tree | 14934e60d875010bb861e877bc9baf31a36ab9fa /tests | |
parent | 7b99e201991548b8e0a661f0394233253c776ddd (diff) | |
download | tk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.zip tk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.tar.gz tk-216f96d49a15f71cc5fd40aed613bcfb4f0f002a.tar.bz2 |
Use a styled frame around the popdown listbox so we can adjust the border for each theme as needed.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ttk/combobox.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ttk/combobox.test b/tests/ttk/combobox.test index 8f25a81..43f3cf1 100644 --- a/tests/ttk/combobox.test +++ b/tests/ttk/combobox.test @@ -56,8 +56,8 @@ test combobox-1890211 "ComboboxSelected event after listbox unposted" -body { lappend result Start 0 [.cb get] ttk::combobox::Post .cb lappend result Post [winfo ismapped .cb.popdown] [.cb get] - .cb.popdown.l selection clear 0 end; .cb.popdown.l selection set 1 - ttk::combobox::LBSelected .cb.popdown.l + .cb.popdown.f.l selection clear 0 end; .cb.popdown.f.l selection set 1 + ttk::combobox::LBSelected .cb.popdown.f.l lappend result Select [winfo ismapped .cb.popdown] [.cb get] update set result |