mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Some tweaks to the capture GUI (#1841)
* Don't show buttons if selection is inactive Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Move tool creates new selection if not visible Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Make thickness adjustment methods uniform Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com> * Hide cursor while changing thickness Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
@@ -57,3 +57,8 @@ void NotifierBox::showColor(const QColor& color)
|
||||
Q_UNUSED(color)
|
||||
m_message = QLatin1String("");
|
||||
}
|
||||
|
||||
void NotifierBox::hideEvent(QHideEvent* event)
|
||||
{
|
||||
emit hidden();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user