Исправление обновления диалога
This commit is contained in:
parent
78d17cb25b
commit
543fe0fdfe
|
@ -201,8 +201,9 @@ namespace eval Git {
|
||||||
global activeProject
|
global activeProject
|
||||||
# Git repo status
|
# Git repo status
|
||||||
$w.body.t delete 1.0 end
|
$w.body.t delete 1.0 end
|
||||||
$w.body.lCommit delete 1.0 end
|
$w.body.tCommit delete 1.0 end
|
||||||
$w.body.lBox delete 1.0 end
|
$w.body.lCommit delete 0 end
|
||||||
|
$w.body.lBox delete 0 end
|
||||||
foreach { word } [Git::Status] {
|
foreach { word } [Git::Status] {
|
||||||
# puts $word
|
# puts $word
|
||||||
if [regexp -nocase -- {([\w\s])([\s\w?]+)\s../(.+?)} $word match v1 v2 fileName] {
|
if [regexp -nocase -- {([\w\s])([\s\w?]+)\s../(.+?)} $word match v1 v2 fileName] {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user