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:
parent
649eae6ac3
commit
37d74d4470
|
|
@ -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
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue