fix stroke preview zoom, implement dest pick on ppbr export

This commit is contained in:
2019-09-23 22:31:28 +02:00
parent cfdf428a9b
commit 4806a3e8f6
8 changed files with 38 additions and 14 deletions

View File

@@ -96,6 +96,7 @@ public:
std::string descr;
std::shared_ptr<Image> header_image;
bool export_data;
std::string dest_path;
};
Node* m_container;