added more cpp files for faster compile speeds
removed many obsolte elements many improvements and fixes
This commit is contained in:
@@ -68,7 +68,7 @@ void LayerParamWidget::setElement(MapLayer* l) {
|
||||
delete this->layout();
|
||||
this->lay = new QGridLayout();
|
||||
this->setLayout(lay);
|
||||
// int r = 0;
|
||||
int r = 0;
|
||||
|
||||
|
||||
// {
|
||||
@@ -97,7 +97,7 @@ void LayerParamWidget::setElement(MapLayer* l) {
|
||||
{
|
||||
IHasParams* elem = dynamic_cast<IHasParams*>(l);
|
||||
if (elem) {
|
||||
EditFields::get(lay, elem);
|
||||
EditFields::get(this, r, lay, elem);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user