We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea6be4 commit b478312Copy full SHA for b478312
src/components/GridView/RNGridView.ts
@@ -80,7 +80,7 @@ export class RNGridView extends QWidget implements RNComponent {
80
childRows: Array<DataWithOffset<RNGridRow>> = [];
81
82
get layout() {
83
- return this.layout;
+ return this._layout;
84
}
85
86
set layout(l: QGridLayout) {
0 commit comments