Fixed some visibility timing issues.
This commit is contained in:
parent
03085d0371
commit
099eadeb93
2 changed files with 4 additions and 2 deletions
|
|
@ -49,10 +49,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
public HeightValueDisplay(View3DWidget view3DWidget)
|
||||
{
|
||||
BackgroundColor = RGBA_Bytes.Cyan;
|
||||
BackgroundColor = RGBA_Bytes.White;
|
||||
this.view3DWidget = view3DWidget;
|
||||
view3DWidget.meshViewerWidget.AddChild(this);
|
||||
numberDisplay = new TextWidget("00.00");
|
||||
numberDisplay = new TextWidget("00.00", pointSize:8);
|
||||
numberDisplay.Margin = new BorderDouble(3, 2);
|
||||
numberDisplay.AutoExpandBoundsToText = true;
|
||||
AddChild(numberDisplay);
|
||||
VAnchor = VAnchor.FitToChildren;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue