Super minor fix: the character selector frame now works again.

This commit is contained in:
Cerapter 2018-08-15 23:42:00 +02:00
parent 9ce1d3fa40
commit 86bcb3d295

View File

@ -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();