mirror of https://github.com/KLayout/klayout.git
Merge branch 'master' into dvb
This commit is contained in:
commit
6eb049eecc
|
|
@ -69,7 +69,7 @@ public:
|
|||
if (parent.isValid ()) {
|
||||
return QModelIndex ();
|
||||
} else {
|
||||
return createIndex (row, column, 0);
|
||||
return createIndex (row, column);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ public:
|
|||
|
||||
void refresh ()
|
||||
{
|
||||
dataChanged (createIndex (0, 0, 0), createIndex (rowCount (QModelIndex ()), 1, 0));
|
||||
dataChanged (createIndex (0, 0), createIndex (rowCount (QModelIndex ()), 1));
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in New Issue