mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -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:
@@ -1383,14 +1383,6 @@ void VORLocalizerGUI::displaySettings()
|
||||
blockApplySettings(false);
|
||||
}
|
||||
|
||||
void VORLocalizerGUI::leaveEvent(QEvent*)
|
||||
{
|
||||
}
|
||||
|
||||
void VORLocalizerGUI::enterEvent(QEvent*)
|
||||
{
|
||||
}
|
||||
|
||||
void VORLocalizerGUI::updateStatus()
|
||||
{
|
||||
int state = m_vorLocalizer->getState();
|
||||
|
||||
Reference in New Issue
Block a user