akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.24k stars 203 forks source link

Compile after remove #682

Closed mbfraga closed 2 years ago

mbfraga commented 2 years ago
## Summary / How this PR fixes the problem? When removing items from artboards a critical error occured because the artboard had been marked as dirty but had not been recompiled.d ## Steps to Test Create an artboard, give it a few items. Delete those items and then select the artboard. result: critical error expected: no error