Cura/resources/qml/Menus/ConfigurationMenu
Ghostkeeper 5d95d11437
Use setCurrentIndex to switch tabs at activeExtruderChanged
This fixes a mysterious segfault. We still don't know why the segfault occurred though. All we know is that QML logs something about a binding loop on currentIndex, and Qt logs something about removing range [-1 through 0] from VisualItemModel. When the tab bar is then made visible, Cura crashes. It is a nondeterministic crash. After this change, we are not seeing it any more (but with any nondeterministic bug, it's hard to verify that it was actually fixed).

Contributes to issue CURA-5876.
2018-12-05 09:52:43 +01:00
..
AutoConfiguration.qml Remove unnecessary top anchor in first subitem of item 2018-12-04 14:04:07 +01:00
ConfigurationItem.qml Explicitly enable hover on ConfigurationItem 2018-12-04 17:07:59 +01:00
ConfigurationListView.qml Fix right-alignment of configuration items in list 2018-12-04 14:25:58 +01:00
ConfigurationMenu.qml Rename iconOnRightSide to isIconOnRightSide 2018-12-04 14:47:34 +01:00
CustomConfiguration.qml Use setCurrentIndex to switch tabs at activeExtruderChanged 2018-12-05 09:52:43 +01:00
PrintCoreConfiguration.qml Fix binding loop in PrintCoreConfiguration 2018-12-04 17:09:55 +01:00