Skip to content
Snippets Groups Projects

Resolve "Fix redraw parameters items"

Merged Benoît Harrault requested to merge 19-fix-redraw-parameters-items into master
4 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -89,9 +89,13 @@ class PageParameters extends StatelessWidget {
@@ -89,9 +89,13 @@ class PageParameters extends StatelessWidget {
// Global blocks list
// Global blocks list
final List<Widget> blocks = [
final List<Widget> blocks = [
Expanded(
Expanded(
child: ListView(
child: appConfig.allowScrollParametersList
children: blockTop,
? ListView(
),
children: blockTop,
 
)
 
: Column(
 
children: blockTop,
 
),
),
),
SizedBox(height: separatorHeight),
SizedBox(height: separatorHeight),
];
];
Loading