Fixing crash on linux. Exporting png in the UI thread.

This commit is contained in:
tamasmeszaros 2018-07-02 14:50:54 +02:00
parent 18bfe4f2dc
commit 4f27f6c6dc
5 changed files with 72 additions and 63 deletions

View file

@ -147,6 +147,8 @@ public:
*/
bool supports_asynch() const;
void process_events();
protected:
/**
@ -200,6 +202,8 @@ protected:
// The previous export data, to pre-populate the dialog
PngExportData prev_expdata_;
void slice(ProgresIndicatorPtr pri);
public:
// Must be public for perl to use it