mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
Fix resize cursor not being cleared when mouse moves over child widgets
This commit is contained in:
@@ -83,6 +83,7 @@ LocalOutputGui::LocalOutputGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
m_forceSettings = true;
|
||||
sendSettings();
|
||||
makeUIConnections();
|
||||
m_resizer.enableChildMouseTracking();
|
||||
}
|
||||
|
||||
LocalOutputGui::~LocalOutputGui()
|
||||
|
||||
Reference in New Issue
Block a user