]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: Legacy widgets doesn't have combobox
authorYOKOTA Hiroshi <yokota.hgml@gmail.com>
Sun, 4 May 2025 17:57:07 +0000 (02:57 +0900)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 10 May 2025 17:55:17 +0000 (19:55 +0200)
commitdaa364cfb7a1cda324ec5c5cdaf92bcad429cfbd
tree5de7c65e5e3fc802385b8e059d3fc296c13ed239
parent3fdbf184be906b5f6abb35c02842ec8ad861e8f9
gitk: Legacy widgets doesn't have combobox

Use "proc makedroplist" function to support combobox on legacy widgets
mode. "proc makedroplist" uses "ttk::combobox" for themed mode, and uses
"tk_optionMenu" for legacy mode to get rid of the problem.

Signed-off-by: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk