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

Add FramelessWindowResizer class for resizig frameless windows.

Remove top-right resize grip from windows.
In channels and features, make sure enterEvent and leaveEvent are passed
to parent class.
This commit is contained in:
Jon Beniston
2022-04-22 18:21:24 +01:00
parent 62ca8f8b29
commit 99fce0dce0
84 changed files with 599 additions and 299 deletions
@@ -343,14 +343,6 @@ void SatelliteTrackerGUI::displaySettings()
blockApplySettings(false);
}
void SatelliteTrackerGUI::leaveEvent(QEvent*)
{
}
void SatelliteTrackerGUI::enterEvent(QEvent*)
{
}
void SatelliteTrackerGUI::onMenuDialogCalled(const QPoint &p)
{
if (m_contextMenuType == ContextMenuChannelSettings)