Misc. typo fixes
Various workbenches
This commit is contained in:
@@ -228,7 +228,7 @@ App::DocumentObjectExecReturn * DrawSVGTemplate::execute(void)
|
||||
// Parse the document XML
|
||||
QDomElement docElem = doc.documentElement();
|
||||
|
||||
// Obtain the size of the SVG document by reading the document attirbutes
|
||||
// Obtain the size of the SVG document by reading the document attributes
|
||||
Base::Quantity quantity;
|
||||
|
||||
// Obtain the width
|
||||
|
||||
@@ -914,7 +914,7 @@ void MDIViewPage::clearSelection()
|
||||
blockSelection(false);
|
||||
}
|
||||
|
||||
//!Update QGVPage's selection based on Selection made outside Drawing Interace
|
||||
//!Update QGVPage's selection based on Selection made outside Drawing Interface
|
||||
//invoked from VPP
|
||||
void MDIViewPage::selectFeature(App::DocumentObject *obj, const bool isSelected)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user