proc swap_tabs: fix B1-Motion event clear

This commit is contained in:
stefan schippers 2025-08-22 15:44:15 +02:00
parent f27d4b9773
commit d6d39bdb5f
1 changed files with 1 additions and 1 deletions

View File

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