mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Delete the popup immediately to prevent it "blocking" an error message
This commit is contained in:
@ -167,5 +167,5 @@ void Popup::show(const QPoint &pos, const QString &text, QWidget *w)
|
||||
void Popup::clear()
|
||||
{
|
||||
if (PopupLabel::_instance)
|
||||
PopupLabel::_instance->deleteLater();
|
||||
delete PopupLabel::_instance;
|
||||
}
|
||||
|
Reference in New Issue
Block a user