xamarin / Xamarin.PropertyEditing

MIT License
24 stars 16 forks source link

[Mac] Make Material View Tabbable. #705

Closed CartBlanche closed 4 years ago

CartBlanche commented 4 years ago

@chkn As mentioned, I also see that tabbing issue for the brown onwards, but right now I’m at a loss why RecalculateKeyViewLoop (); works for all the other colours but not those ones. Any suggestions?

BretJohnson commented 4 years ago

I saw this before too. I believe the difference has to do with whether there is one row of lightness choices at the bottom or two, but beyond that not sure of the root cause.

CartBlanche commented 4 years ago

Since all the layers are now inside buttons, who request layers, I don't think we need this anymore...

https://github.com/xamarin/Xamarin.PropertyEditing/blob/aaceed2af9efb489a0c724df0f86584b0e8015a6/Xamarin.PropertyEditing.Mac/Controls/Custom/MaterialView.cs#L23-L31