Removed setup from constructor to simplify specializations

This commit is contained in:
2019-07-08 09:05:54 +02:00
parent 6e4e847be1
commit b36d75af46
2 changed files with 0 additions and 16 deletions
-8
View File
@@ -13322,14 +13322,6 @@
super(opts);
this.opts = opts;
// setup
//-----------------
this.setup();
// layout
//-----------------
this.layout();
}
/**