While implementing this ribbon menu i found a bug that I have fixed and would like to contribute.
Adding, removing and setting ribbon groups is not working properly. There is no logic to support index adding, and setting ribbon groups. Also, separator is not the direct children of tab's hbox content rather it is of the ribbon group so, there is no need for the logic to remove separator.
With this fix, all the available add, remove and set methods are supported.
While implementing this ribbon menu i found a bug that I have fixed and would like to contribute.
Adding, removing and setting ribbon groups is not working properly. There is no logic to support index adding, and setting ribbon groups. Also, separator is not the direct children of tab's hbox content rather it is of the ribbon group so, there is no need for the logic to remove separator.
With this fix, all the available add, remove and set methods are supported.