Super minor fix: the character selector frame now works again.
This commit is contained in:
		
							parent
							
								
									9ce1d3fa40
								
							
						
					
					
						commit
						86bcb3d295
					
				@ -75,6 +75,7 @@ void AOCharButton::set_image(QString p_character)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void AOCharButton::enterEvent(QEvent * e)
 | 
					void AOCharButton::enterEvent(QEvent * e)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					  ui_selector->move(this->x() - 1, this->y() - 1);
 | 
				
			||||||
  ui_selector->raise();
 | 
					  ui_selector->raise();
 | 
				
			||||||
  ui_selector->show();
 | 
					  ui_selector->show();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user