MIERUNE / qgis-plugx-plugin

QGIS to Illustrator with PlugX
GNU General Public License v2.0
3 stars 0 forks source link

Fix/all other values categories #120

Closed bordoray closed 11 months ago

bordoray commented 11 months ago

Issue

close #49

変更内容:Description

テスト手順:Test

その他:Notes

all other values is detectable as '' or as NULL category value https://github.com/MIERUNE/qgis-plugin-for-plugx/issues/49#issuecomment-1667183921

when category.value() == NULL QGIS system considers True category.value() == NULL but not category.value() is None or category.value() is NULL

used category.dump() approach instead.