Исправление выборанескольких файлов в диалоге Git
This commit is contained in:
parent
7f15dc1453
commit
68769c7389
|
@ -531,7 +531,8 @@ namespace eval Git {
|
|||
ttk::label $fr.body.lblUnindexed -justify left -padding {3 3} \
|
||||
-text "[::msgcat::mc "Unindexed changes"]:"
|
||||
|
||||
listbox $fr.body.lBox -border 0 -yscrollcommand "$fr.body.yscroll set" -width 10
|
||||
listbox $fr.body.lBox selectmode multiple -border 0 \
|
||||
-yscrollcommand "$fr.body.yscroll set" -width 10
|
||||
ttk::scrollbar $fr.body.yscroll -orient vertical -command "$fr.body.lBox yview"
|
||||
|
||||
# pack [ttk::scrollbar $fr.body.v -command "$fr.body.t yview"] -side right -fill y
|
||||
|
|
|
@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
|
|||
######################################################
|
||||
# Version: 2.0.0
|
||||
# Release: alpha
|
||||
# Build: 15112022153646
|
||||
# Build: 16112022151647
|
||||
######################################################
|
||||
|
||||
# определим текущую версию, релиз и т.д.
|
||||
|
|
Loading…
Reference in New Issue
Block a user