mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 23:06:43 +08:00 
			
		
		
		
	shared_widget: Avoid calling QWidgetPrivate::setVisible
This particular setVisible function is unnecessary. It also has horrible runtime performance, so much that it consumed maybe 80% of the time used to create a widget.
This commit is contained in:
		
							parent
							
								
									79024bb955
								
							
						
					
					
						commit
						7515c502c5
					
				| @ -500,8 +500,6 @@ Widget::Widget(Settings::BasicSetting* setting_, const TranslationMap& translati | ||||
|     } | ||||
|     this->setEnabled(enable); | ||||
| 
 | ||||
|     this->setVisible(Settings::IsConfiguringGlobal() || setting.Switchable()); | ||||
| 
 | ||||
|     this->setToolTip(tooltip); | ||||
| } | ||||
| } // namespace ConfigurationShared
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user