Reappear help message when selection hidden
Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
@@ -304,6 +304,16 @@ void SelectionWidget::moveEvent(QMoveEvent*)
|
||||
}
|
||||
}
|
||||
|
||||
void SelectionWidget::showEvent(QShowEvent*)
|
||||
{
|
||||
emit visibilityChanged();
|
||||
}
|
||||
|
||||
void SelectionWidget::hideEvent(QHideEvent*)
|
||||
{
|
||||
emit visibilityChanged();
|
||||
}
|
||||
|
||||
void SelectionWidget::updateColor(const QColor& c)
|
||||
{
|
||||
m_color = c;
|
||||
|
||||
Reference in New Issue
Block a user