File diff r11083:532689edc0d1 → r11084:003adceca07c
src/autoreplace_gui.cpp
Show inline comments
 
@@ -233,13 +233,13 @@ public:
 
		ResizeWindow(this, 0, this->resize.step_height * this->vscroll.cap);
 

	
 
		/* Set the minimum window size to the current window size */
 
		this->resize.width  = this->width;
 
		this->resize.height = this->height;
 

	
 
		this->caption_color = _local_company;
 
		this->owner = _local_company;
 
		this->sel_group = id_g;
 
		this->vscroll2.cap = this->vscroll.cap;   // these two are always the same
 

	
 
		this->FindWindowPlacementAndResize(desc);
 
	}