1
0
Fork 0
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:
Sonja Happ 2020-05-14 13:08:35 +02:00
parent 24e0bf6faf
commit 445ab5e95b

View file

@ -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: