lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.79k stars 885 forks source link

TabWidget focus issue #722

Open jackyzy823 opened 3 years ago

jackyzy823 commented 3 years ago

Origin from: https://github.com/lxn/walk/commit/9c42a8dc7a94c4af30db82626e24ec55fd48a5da#commitcomment-33674182

After https://github.com/lxn/walk/commit/e918ceb58768422acc50c8eef574e50512cf3d1d . TabWidget still makes first focusable and textSelectable widget full selected.

Can we prevent this behavior? Thanks.