Commit da08d55
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 <birger.sp@gmail.com>
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>1 parent 5ab7227 commit da08d55
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3363 | 3363 | | |
3364 | 3364 | | |
3365 | 3365 | | |
| 3366 | + | |
3366 | 3367 | | |
| 3368 | + | |
| 3369 | + | |
| 3370 | + | |
3367 | 3371 | | |
| 3372 | + | |
3368 | 3373 | | |
3369 | 3374 | | |
| 3375 | + | |
3370 | 3376 | | |
3371 | 3377 | | |
3372 | 3378 | | |
| |||
0 commit comments