proc swap_tabs: fix B1-Motion event clear
This commit is contained in:
parent
f27d4b9773
commit
d6d39bdb5f
|
|
@ -8172,7 +8172,7 @@ proc swap_tabs {x y what} {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
bind .tabs <B1-Motion> {}
|
||||
bind . <B1-Motion> {}
|
||||
place forget .tabs.mm
|
||||
destroy .tabs.mm
|
||||
# puts "To: [winfo containing $x $y]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue