mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
Merge remote branch 'origin/master' into next
This commit is contained in:
commit
f7ac0b2645
@ -149,7 +149,7 @@ void JoystickControl::paintEvent(QPaintEvent *event)
|
|||||||
void JoystickControl::resizeEvent(QResizeEvent *event)
|
void JoystickControl::resizeEvent(QResizeEvent *event)
|
||||||
{
|
{
|
||||||
Q_UNUSED(event);
|
Q_UNUSED(event);
|
||||||
fitInView(m_background, Qt::IgnoreAspectRatio );
|
fitInView(m_background, Qt::KeepAspectRatio);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user