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 78ad79ee32
commit df077d3cbf
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;
}
}