Fix backgrounds getting messed up, closes #635
This commit is contained in:
		
							parent
							
								
									e6f06d8959
								
							
						
					
					
						commit
						737d581b73
					
				@ -657,6 +657,10 @@ void Courtroom::set_widgets()
 | 
				
			|||||||
  // them.
 | 
					  // them.
 | 
				
			||||||
  ui_settings->show();
 | 
					  ui_settings->show();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  // make the BG's reload
 | 
				
			||||||
 | 
					  ui_vp_background->kill();
 | 
				
			||||||
 | 
					  ui_vp_desk->kill();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  ui_vp_background->move_and_center(0, 0);
 | 
					  ui_vp_background->move_and_center(0, 0);
 | 
				
			||||||
  ui_vp_background->combo_resize(ui_viewport->width(), ui_viewport->height());
 | 
					  ui_vp_background->combo_resize(ui_viewport->width(), ui_viewport->height());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user