Revert "Change tooltip window flags (#7613)" (#7761)

This reverts commit b21a2696a9.
This commit is contained in:
regulus79
2025-03-19 21:29:44 -04:00
committed by GitHub
parent f09d56cdd0
commit b9cb343d8b

View File

@@ -44,7 +44,7 @@ TextFloat::TextFloat() :
}
TextFloat::TextFloat(const QString & title, const QString & text, const QPixmap & pixmap) :
QWidget(getGUI()->mainWindow(), Qt::Tool | Qt::FramelessWindowHint)
QWidget(getGUI()->mainWindow(), Qt::ToolTip)
{
QHBoxLayout * mainLayout = new QHBoxLayout();
setLayout(mainLayout);