Исправление выборанескольких файлов в диалоге Git

master
svkalinin 2022-11-16 15:18:00 +03:00
parent 7f15dc1453
commit 68769c7389
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
######################################################
# Version: 2.0.0
# Release: alpha
# Build: 15112022153646
# Build: 16112022151647
######################################################
# определим текущую версию, релиз и т.д.