Changeset - r28583:df8f9e2c5966
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 3 months ago 2024-01-27 19:44:10
j.g.rennison@gmail.com
Fix #11889: ConstructWindow not called from SurveyResultTextfileWindow constructor (#11903)
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/network/network_gui.cpp
Show inline comments
 
@@ -2568,6 +2568,8 @@ struct SurveyResultTextfileWindow : publ
 

	
 
	SurveyResultTextfileWindow(TextfileType file_type) : TextfileWindow(file_type)
 
	{
 
		this->ConstructWindow();
 

	
 
		auto result = _survey.CreatePayload(NetworkSurveyHandler::Reason::PREVIEW, true);
 
		this->LoadText(result);
 
		this->InvalidateData();
0 comments (0 inline, 0 general)