comment out a focus line in "proc set_bindings" as it prevents from focusing snap and grid entries. Will check if someone has issues with main canvas focus

This commit is contained in:
stefan schippers 2025-09-02 15:25:36 +02:00
parent 649eae6ac3
commit 37d74d4470
1 changed files with 1 additions and 1 deletions

View File

@ -8656,7 +8656,7 @@ global env has_x OS autofocus_mainwindow
# Context switch.
bind $parent <FocusIn> "
focus $topwin ;# propagate focus to canvas
# focus $topwin ;# propagate focus to canvas
switch_window $parent $topwin %T %W
"