mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
select no file for Topology widget by default (Widget Factory) #217
This commit is contained in:
parent
24e0bf6faf
commit
445ab5e95b
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ class WidgetFactory {
|
|||
case 'Topology':
|
||||
widget.width = 600;
|
||||
widget.height = 400;
|
||||
widget.customProperties.file = -1; // ID of file, -1 means non selected
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue