TechDraw: Fix selections not clearing

This commit is contained in:
Ryan Kembrey
2025-09-03 11:58:59 +10:00
committed by Chris Hennes
parent af3cae84e1
commit f5c13b852b

View File

@@ -140,6 +140,7 @@ bool QGSPage::itemClearsSelection(int itemTypeIn)
const std::vector<int> ClearingTypes {
13, // MysteryType
UserType::QGITemplate,
UserType::QGIProjGroup,
UserType::QGIDrawingTemplate,
UserType::QGISVGTemplate
};