Revision 39c126914b4b7365251f32d34926506c229f090e authored by Paul Mackerras on 11 May 2013, 07:08:41 UTC, committed by Paul Mackerras on 11 May 2013, 07:08:41 UTC
The drop-down lists used for things like the criteria for finding
commits (containing/touching paths/etc.) use a combobox if we are
using the ttk widgets.  By default the combobox exports its value
as the selection when it is changed, which is unnecessary, and sometimes
the combobox wouldn't release the selection, which is annoying.

To fix this, we make these comboboxes not export their selection,
and also clear their selection whenever they are changed.  This makes
them more like a simple selection of alternatives, improving the look
and feel of gitk.

Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 252c52d
History
File Mode Size
.gitignore -rw-r--r-- 6 bytes
de.po -rw-r--r-- 26.1 KB
es.po -rw-r--r-- 18.4 KB
fr.po -rw-r--r-- 26.0 KB
hu.po -rw-r--r-- 26.2 KB
it.po -rw-r--r-- 25.9 KB
ja.po -rw-r--r-- 26.4 KB
po2msg.sh -rw-r--r-- 2.6 KB
pt_br.po -rw-r--r-- 25.6 KB
ru.po -rw-r--r-- 26.8 KB
sv.po -rw-r--r-- 26.3 KB

back to top