mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
In Qt's ListModel, the section headers collect items case-insensitively. However, when checking whether a printer should be visible (when the section header is expanded) was still checked case-sensitively. As a result, it was hiding all printers that did not use the same casing in its manufacturer name, e.g. FlashForge vs. Flashforge. Fixes #11125. |
||
|---|---|---|
| .. | ||
| AddCloudPrintersView.qml | ||
| AddLocalPrinterScrollView.qml | ||
| AddNetworkOrLocalPrinterContent.qml | ||
| AddNetworkPrinterScrollView.qml | ||
| AddPrinterByIpContent.qml | ||
| ChangelogContent.qml | ||
| CloudContent.qml | ||
| DataCollectionsContent.qml | ||
| DropDownHeader.qml | ||
| DropDownWidget.qml | ||
| FirstStartMachineActionsContent.qml | ||
| ImageTile.qml | ||
| UserAgreementContent.qml | ||
| WelcomeContent.qml | ||
| WelcomeDialogItem.qml | ||
| WhatsNewContent.qml | ||
| WizardDialog.qml | ||
| WizardPanel.qml | ||