forked from quickshell/quickshell
		
	core/popup: fix popup never becoming visible when lazy loaded
This commit is contained in:
		
							parent
							
								
									6eb68d2cd7
								
							
						
					
					
						commit
						94a1140aab
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -22,7 +22,9 @@ void ProxyPopupWindow::completeWindow() {
 | 
			
		|||
	this->updateTransientParent();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ProxyPopupWindow::postCompleteWindow() {}
 | 
			
		||||
void ProxyPopupWindow::postCompleteWindow() {
 | 
			
		||||
	this->ProxyWindowBase::setVisible(this->mVisible);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool ProxyPopupWindow::deleteOnInvisible() const {
 | 
			
		||||
	// Currently crashes in normal mode, do not have the time to debug it now.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue