Always in part select mode on desktop
This commit is contained in:
parent
d87622c5b9
commit
0784900080
3 changed files with 41 additions and 36 deletions
|
|
@ -1931,15 +1931,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
viewIsInEditModePreLock = doEdittingButtonsContainer.Visible;
|
||||
doEdittingButtonsContainer.Visible = false;
|
||||
if (viewControls3D.PartSelectVisible == true)
|
||||
{
|
||||
viewControls3D.PartSelectVisible = false;
|
||||
if (viewControls3D.ActiveButton == ViewControls3DButtons.PartSelect)
|
||||
{
|
||||
wasInSelectMode = true;
|
||||
viewControls3D.ActiveButton = ViewControls3DButtons.Rotate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
internal void MakeLowestFaceFlat(IObject3D objectToLayFlatGroup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue