Sketcher fixes: Symmetry arrows properly scaled, fixed icon in constraint taskbar list contextual menu
This commit is contained in:
parent
524e5cbe32
commit
749abc5ed7
|
@ -465,8 +465,9 @@ void SoDatumLabel::GLRender(SoGLRenderAction * action)
|
|||
// For the symmetry constraint that does not have text, but does have arrows
|
||||
//this->imgHeight = 3.36f;
|
||||
//this->imgWidth = 5.26f;
|
||||
this->imgHeight = 1.5f;
|
||||
this->imgWidth = 1.5f;
|
||||
|
||||
this->imgHeight = scale*25.0f;
|
||||
this->imgWidth = scale*25.0f;
|
||||
}
|
||||
|
||||
// Get the points stored in the pnt field
|
||||
|
|
|
@ -125,7 +125,7 @@ void ConstraintView::contextMenuEvent (QContextMenuEvent* event)
|
|||
QListWidgetItem* item = currentItem();
|
||||
QList<QListWidgetItem *> items = selectedItems();
|
||||
|
||||
CONTEXT_ITEM("Constraint_SelectElements","Select Elements","Sketcher_SelectElementsAssociatedWithConstraints",doSelectConstraints,true)
|
||||
CONTEXT_ITEM("Sketcher_SelectElementsAssociatedWithConstraints","Select Elements","Sketcher_SelectElementsAssociatedWithConstraints",doSelectConstraints,true)
|
||||
|
||||
QAction* sep = menu.addSeparator();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user