add blend mode to layer history

This commit is contained in:
2019-06-20 10:06:18 +02:00
parent dabfedb089
commit 83372b2ba8
2 changed files with 4 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ struct ActionLayerChange : public Action
bool visible;
float alpha;
bool lock;
int blend_mode;
};
NodePanelLayer* m_panel;
std::vector<LayerState> m_layers;