egorozh / Tabalonia

Draggable tab items on Avalonia here!
MIT License
178 stars 8 forks source link

fix: TabsControl Buttons in MyTheme Demo working again #21

Closed Nickellick closed 1 month ago

Nickellick commented 1 month ago

Hello!

Found something interesting. If yout try to use your custom theme (aka MyTheme) in Tabalonia.Demo, you'll find out that all buttons stop working

Before (App.axaml)

        <custom:CustomTheme />

         <!--<StyleInclude Source="Styles/MyTheme.axaml" />--> 

After (App.axaml)

        <!-- <custom:CustomTheme /> -->

         <StyleInclude Source="Styles/MyTheme.axaml" /> 

I've noticed that MyTheme in Demo is your implementation of Fluent Theme. So, I compared them and found out that in MyTheme there are some little typos in command bindings.

Nickellick commented 1 month ago

Sorry, there was some mistakes in my git author config, so I had to rebase and force-push. But there should not be any conflicts