beautified
This commit is contained in:
parent
75395e2900
commit
e746870cbb
|
@ -613,7 +613,6 @@ void QskInputPanel::touchEvent( QTouchEvent* e )
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto rect = keyboardRect();
|
const auto rect = keyboardRect();
|
||||||
|
|
||||||
for ( const auto& tp : e->touchPoints() )
|
for ( const auto& tp : e->touchPoints() )
|
||||||
{
|
{
|
||||||
const auto pos = tp.pos();
|
const auto pos = tp.pos();
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -146,7 +146,6 @@ QSGNode* QskInputPanelSkinlet::updatePanelNode(
|
||||||
const auto rowIndex = &keyRow - panelKeyData;
|
const auto rowIndex = &keyRow - panelKeyData;
|
||||||
auto& frames = panelNode->frames[ rowIndex ];
|
auto& frames = panelNode->frames[ rowIndex ];
|
||||||
auto& glyphs = panelNode->glyphs[ rowIndex ];
|
auto& glyphs = panelNode->glyphs[ rowIndex ];
|
||||||
|
|
||||||
for ( const auto& keyData : keyRow )
|
for ( const auto& keyData : keyRow )
|
||||||
{
|
{
|
||||||
const auto colIndex = &keyData - keyRow;
|
const auto colIndex = &keyData - keyRow;
|
||||||
|
|
Loading…
Reference in New Issue