}*/
/* Squaring the pw and ph values
- is necessary to insure consistant
+ is necessary to insure consistent
results when rendered to different
resolutions.
Unfortunately, this automatically
}*/
/* Squaring the pw and ph values
- is necessary to insure consistant
+ is necessary to insure consistent
results when rendered to different
resolutions.
Unfortunately, this automatically
property_attributes()=attr_list;
property_foreground()=Glib::ustring("#7f7f7f");
- property_inconsistant()=false;
+ property_inconsistent()=false;
}
CellRenderer_ValueBase::~CellRenderer_ValueBase()
Glib::PropertyProxy<synfig::ValueBase> property_value() { return property_value_.get_proxy();}
Glib::PropertyProxy<etl::handle<synfig::Canvas> > property_canvas() { return property_canvas_.get_proxy();}
Glib::PropertyProxy<synfig::ParamDesc> property_param_desc() { return property_param_desc_.get_proxy(); }
- Glib::PropertyProxy<bool> property_inconsistant() { return property_foreground_set(); }
+ Glib::PropertyProxy<bool> property_inconsistent() { return property_foreground_set(); }
etl::handle<synfig::Canvas> get_canvas()const { return property_canvas_; }
synfig::ParamDesc get_param_desc()const { return property_param_desc_; }
cellrenderer_value->signal_edited().connect(sigc::mem_fun(*this, &studio::LayerTree::on_edited_value));
cellrenderer_value->property_value()=synfig::ValueBase();
column->add_attribute(cellrenderer_value->property_param_desc(), param_model.param_desc);
- column->add_attribute(cellrenderer_value->property_inconsistant(),param_model.is_inconsistent);
+ column->add_attribute(cellrenderer_value->property_inconsistent(),param_model.is_inconsistent);
//cellrenderer_value->property_canvas()=canvas_interface->get_canvas(); // Is this line necessary?
cellrenderer_value->property_attributes()=attr_list;