fixed #177 user popup being off the screen
This commit is contained in:
@@ -16,7 +16,6 @@ public:
|
||||
~TooltipWidget();
|
||||
|
||||
void setText(QString text);
|
||||
void moveTo(QWidget *widget, QPoint point);
|
||||
|
||||
static TooltipWidget *getInstance()
|
||||
{
|
||||
@@ -28,7 +27,6 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void resizeEvent(QResizeEvent *) override;
|
||||
virtual void changeEvent(QEvent *) override;
|
||||
virtual void leaveEvent(QEvent *) override;
|
||||
virtual void dpiMultiplierChanged(float, float) override;
|
||||
@@ -37,7 +35,6 @@ private:
|
||||
QLabel *displayText;
|
||||
pajlada::Signals::Connection fontChangedConnection;
|
||||
|
||||
void moveIntoDesktopRect(QWidget *parent);
|
||||
void updateFont();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user