1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -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
@@ -193,6 +193,8 @@ DeviceGUI::DeviceGUI(QWidget *parent) :
this,
&DeviceGUI::addChannelEmitted
);
m_resizer.enableChildMouseTracking();
}
DeviceGUI::~DeviceGUI()