From: Bert Wesarg Date: Fri, 13 Sep 2019 20:16:28 +0000 (+0200) Subject: git-gui: add horizontal scrollbar to commit buffer X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/da08d559b714016af532594083fe96120b36f58d?ds=sidebyside;hp=da08d559b714016af532594083fe96120b36f58d git-gui: add horizontal scrollbar to commit buffer While the commit message widget has a configurable fixed width, it nevertheless allowed to write commit messages which exceeded this limit. Though there is no visual clue, that there is scrolling going on. Now there is a horizontal scrollbar. There seems to be a bug in at least Tcl/Tk up to version 8.6.8, which does not update the horizontal scrollbar if one removes the whole content at once. Suggested-by: Birger Skogeng Pedersen Signed-off-by: Bert Wesarg Signed-off-by: Pratyush Yadav ---