1
0
Fork 0

Fix #11889: ConstructWindow not called from SurveyResultTextfileWindow constructor

pull/11903/head
Jonathan G Rennison 2024-01-27 19:06:17 +00:00
parent d3c673e20b
commit d80c20af39
1 changed files with 2 additions and 0 deletions

View File

@ -2568,6 +2568,8 @@ struct SurveyResultTextfileWindow : public TextfileWindow {
SurveyResultTextfileWindow(TextfileType file_type) : TextfileWindow(file_type)
{
this->ConstructWindow();
auto result = _survey.CreatePayload(NetworkSurveyHandler::Reason::PREVIEW, true);
this->LoadText(result);
this->InvalidateData();