mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix an another layout problem in instance list
This commit is contained in:
parent
65dc5d44f1
commit
37852d47a7
1 changed files with 2 additions and 1 deletions
|
|
@ -479,7 +479,8 @@ void KCategorizedView::Private::leftToRightVisualRect ( const QModelIndex &index
|
|||
Q_FOREVER
|
||||
{
|
||||
prevIndex = proxyModel->index ( prevIndex.row() - 1, q->modelColumn(), q->rootIndex() );
|
||||
const QRect tempRect = q->visualRect ( prevIndex );
|
||||
QRect tempRect = q->visualRect ( prevIndex );
|
||||
tempRect = mapFromViewport ( tempRect );
|
||||
if ( tempRect.topLeft().y() < prevRect.topLeft().y() )
|
||||
{
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue