Editor plugin: Bugfixing

This commit is contained in:
Jakub Melka
2024-06-23 17:37:55 +02:00
parent 72962f2513
commit 178ef02cc8
6 changed files with 92 additions and 48 deletions

View File

@@ -69,7 +69,8 @@ private:
None = 0,
Pen = 1 << 0,
PenColor = 1 << 1,
Brush = 1 << 2
Brush = 1 << 2,
StrokeFill = 1 << 3,
};
Q_DECLARE_FLAGS(StyleFeatures, StyleFeature)