FIX: record dialog stack and EndModal on system session end

Change-Id: Ie0a7de7cf467f5b9e88881d3894dbb7a0790d500
This commit is contained in:
chunmao.guo 2022-08-26 15:24:02 +08:00 committed by Lane.Wei
parent 0f8ad6d5e6
commit 56a61bfcf5
3 changed files with 17 additions and 0 deletions

View file

@ -469,5 +469,7 @@ bool generate_image(const std::string &filename, wxImage &image, wxSize img_size
return true;
}
std::vector<wxDialog*> dialogStack;
}
}