1
0
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:
Oleg Semyonov 2012-01-24 17:27:34 +02:00
commit f7ac0b2645

View File

@ -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);
} }
/** /**