1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -04:00

Restore cursor when moved over child widget

This commit is contained in:
Jon Beniston
2022-04-25 15:01:59 +01:00
parent 3259cf7f0a
commit 3f1ed5b934
7 changed files with 20 additions and 0 deletions
+2
View File
@@ -141,6 +141,8 @@ FeatureGUI::FeatureGUI(QWidget *parent) :
this,
&FeatureGUI::onWidgetRolled
);
m_resizer.enableChildMouseTracking();
}
FeatureGUI::~FeatureGUI()