From 68769c73891fdc16f8bc94659c66428839217c16 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Wed, 16 Nov 2022 15:18:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B5=D1=81=D0=BA=D0=BE=D0=BB=D1=8C=D0=BA=D0=B8=D1=85=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=D0=B2=20=D0=B4=D0=B8?= =?UTF-8?q?=D0=B0=D0=BB=D0=BE=D0=B3=D0=B5=20Git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/git.tcl | 3 ++- projman.tcl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/git.tcl b/lib/git.tcl index 7b0edf6..9f8d621 100644 --- a/lib/git.tcl +++ b/lib/git.tcl @@ -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 diff --git a/projman.tcl b/projman.tcl index 9b2c025..2e626ee 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 15112022153646 +# Build: 16112022151647 ###################################################### # определим текущую версию, релиз и т.д.