Cura/plugins/DigitalLibrary/resources/qml
Ghostkeeper 8de1f923a4
Fix clicking, and don't allow dragging if not needed
When I changed the MouseArea into a TooltipArea, the clicking broke because the tooltip area doesn't catch mouse events. I could add another mouse area on top, but for better efficiency it's nice to re-use the TooltipArea. Just need to remember to allow clicking it.
I also found a small issue where you could flick the table even if it's not big enough to scroll. This should fix that.

Contributes to issue CURA-8686.
2022-02-01 11:54:43 +01:00
..
CreateNewProjectPopup.qml Fix remaining merge conflicts 2022-01-31 17:08:56 +01:00
DigitalFactoryOpenDialog.qml Fix remaining merge conflicts 2022-01-31 17:08:56 +01:00
DigitalFactorySaveDialog.qml Fix remaining merge conflicts 2022-01-31 17:08:56 +01:00
LoadMoreProjectsCard.qml Initial commit for the DL 2021-04-20 11:30:49 +02:00
OpenProjectFilesPage.qml Use new table element for saving files as well 2022-01-25 18:48:45 +01:00
ProjectSummaryCard.qml Initial commit for the DL 2021-04-20 11:30:49 +02:00
SaveProjectFilesPage.qml Use new table element for saving files as well 2022-01-25 18:48:45 +01:00
SelectProjectPage.qml Fix remaining merge conflicts 2022-01-31 17:08:56 +01:00
Table.qml Fix clicking, and don't allow dragging if not needed 2022-02-01 11:54:43 +01:00