Made description and measure tools work when grouped
Fixed error with GitHub images Improved multi line editor
This commit is contained in:
parent
6c4b9aeabc
commit
de9cf38db9
8 changed files with 69 additions and 30 deletions
|
|
@ -233,6 +233,8 @@ namespace MatterHackers.MatterControl
|
|||
// Force editor rebuild
|
||||
scene.SelectedItem = null;
|
||||
scene.SelectedItem = componentObject;
|
||||
|
||||
scene.Invalidate(new InvalidateArgs(null, InvalidateType.Children));
|
||||
}
|
||||
},
|
||||
ShowInModifyMenu = (sceneContext) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue