typos fixed
This commit is contained in:
parent
aa5f1054b2
commit
e169645ac5
@ -246,7 +246,7 @@ void QskListViewSkinlet::updateForegroundNodes(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateVisisbleForegroundNodes( listView, listViewNode,
|
updateVisibleForegroundNodes( listView, listViewNode,
|
||||||
rowMin, rowMax, colMin, colMax, margins, forwards );
|
rowMin, rowMax, colMin, colMax, margins, forwards );
|
||||||
|
|
||||||
// finally putting the nodes into their position
|
// finally putting the nodes into their position
|
||||||
@ -278,7 +278,7 @@ void QskListViewSkinlet::updateForegroundNodes(
|
|||||||
listViewNode->resetRows( rowMin, rowMax );
|
listViewNode->resetRows( rowMin, rowMax );
|
||||||
}
|
}
|
||||||
|
|
||||||
void QskListViewSkinlet::updateVisisbleForegroundNodes(
|
void QskListViewSkinlet::updateVisibleForegroundNodes(
|
||||||
const QskListView* listView, QskListViewNode* listViewNode,
|
const QskListView* listView, QskListViewNode* listViewNode,
|
||||||
int rowMin, int rowMax, int colMin, int colMax, const QMarginsF& margins,
|
int rowMin, int rowMax, int colMin, int colMax, const QMarginsF& margins,
|
||||||
bool forward ) const
|
bool forward ) const
|
||||||
|
@ -45,7 +45,7 @@ private:
|
|||||||
void updateForegroundNodes( const QskListView*, QskListViewNode* ) const;
|
void updateForegroundNodes( const QskListView*, QskListViewNode* ) const;
|
||||||
void updateBackgroundNodes( const QskListView*, QskListViewNode* ) const;
|
void updateBackgroundNodes( const QskListView*, QskListViewNode* ) const;
|
||||||
|
|
||||||
void updateVisisbleForegroundNodes(
|
void updateVisibleForegroundNodes(
|
||||||
const QskListView*, QskListViewNode*,
|
const QskListView*, QskListViewNode*,
|
||||||
int rowMin, int rowMax, int colMin, int colMax,
|
int rowMin, int rowMax, int colMin, int colMax,
|
||||||
const QMarginsF& margin, bool forward ) const;
|
const QMarginsF& margin, bool forward ) const;
|
||||||
|
@ -143,7 +143,7 @@ void QskStackBoxAnimator1::setup()
|
|||||||
if ( i == 1 )
|
if ( i == 1 )
|
||||||
{
|
{
|
||||||
// now move the new item outside of
|
// now move the new item outside of
|
||||||
// the visisble area and then "show" it
|
// the visible area and then "show" it
|
||||||
|
|
||||||
if ( orientation == Qt::Horizontal )
|
if ( orientation == Qt::Horizontal )
|
||||||
item->setX( stackBox->width() );
|
item->setX( stackBox->width() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user