Closed Adanos020 closed 10 months ago
Tested this PR with my app along with egui 0.25. No issues spotted, focusing close button with tab works. Great job! :+1:
@alufers Nice one, thanks for testing it!
I'm holding off merging this until we merge #216, which shouldn't take too long.
Added
TabStyle::active_with_kb_focus
,TabStyle::inactive_with_kb_focus
andTabStyle::focused_with_kb_focus
for style of tabs that are focused with the keyboard.Fixed
Breaking changes
Default
implementations for{TabContextMenu,Window,}Translations
with associated functions calledenglish
. (#216)