uncrustified
This commit is contained in:
parent
4e54d1cb58
commit
e1ca897478
@ -133,6 +133,7 @@ QSGNode* SpeedometerSkinlet::updateLabelsNode( const Speedometer* speedometer, Q
|
||||
|
||||
QPointF center = QPointF( panelRect.x() + panelRect.width() / 2,
|
||||
panelRect.y() + panelRect.height() / 2 );
|
||||
|
||||
auto radius = static_cast< float >( panelRect.width() / 2 );
|
||||
|
||||
const QMarginsF numbersMargins = speedometer->marginsHint( Speedometer::Labels );
|
||||
|
@ -775,10 +775,10 @@ QVariant QskTextInput::inputMethodQuery(
|
||||
{
|
||||
return locale();
|
||||
}
|
||||
case Qt::ImCursorRectangle:
|
||||
#if QT_VERSION >= QT_VERSION_CHECK( 5, 7, 0 )
|
||||
case Qt::ImInputItemClipRectangle:
|
||||
#endif
|
||||
case Qt::ImCursorRectangle:
|
||||
{
|
||||
QVariant v = m_data->textInput->inputMethodQuery( query, argument );
|
||||
#if 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user