diff --git a/MatterControlLib/Library/Widgets/StorePage/ExploreSection.cs b/MatterControlLib/Library/Widgets/StorePage/ExploreSection.cs index ba5fd4285..56ea4a9fe 100644 --- a/MatterControlLib/Library/Widgets/StorePage/ExploreSection.cs +++ b/MatterControlLib/Library/Widgets/StorePage/ExploreSection.cs @@ -108,7 +108,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab VAnchor = VAnchor.Absolute, HAnchor = HAnchor.Right, BackgroundColor = theme.MinimalShade, - Margin = new BorderDouble(right: leftRightMargin) + Margin = new BorderDouble(right: leftRightMargin), }; moreButton.Click += (s, e1) => { diff --git a/MatterControlLib/PartPreviewWindow/PopupButton.cs b/MatterControlLib/PartPreviewWindow/PopupButton.cs index 055f6d76d..fe3268e12 100644 --- a/MatterControlLib/PartPreviewWindow/PopupButton.cs +++ b/MatterControlLib/PartPreviewWindow/PopupButton.cs @@ -180,11 +180,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow { this.PopupContent.Close(); } - - UiThread.RunOnIdle(() => - { - menuVisibileAtMouseDown = false; - }); }; if (overridePopupHAnchor) diff --git a/MatterControlLib/SlicerConfiguration/SliceSettingsWidget.cs b/MatterControlLib/SlicerConfiguration/SliceSettingsWidget.cs index 59c2349f4..7dc883f93 100644 --- a/MatterControlLib/SlicerConfiguration/SliceSettingsWidget.cs +++ b/MatterControlLib/SlicerConfiguration/SliceSettingsWidget.cs @@ -309,7 +309,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration if (settingsSection.Name == "Slice Simple" && UserSettings.Instance.get(UserSettingsKey.SliceSettingsMoreClicked) != "true") { - var button = new TextButton("More", theme, 8) + var button = new TextButton("More".Localize(), theme, 8) { Margin = new BorderDouble(5, 0), Padding = new BorderDouble(7, 3), @@ -319,6 +319,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration HoverColor = theme.AccentMimimalOverlay, BorderColor = theme.PrimaryAccentColor, RenderOutline = true, + ToolTipText = "Open Settings View Options".Localize() }; button.Click += (s, e) => diff --git a/Submodules/MatterSlice b/Submodules/MatterSlice index 562919a54..46b47e5e2 160000 --- a/Submodules/MatterSlice +++ b/Submodules/MatterSlice @@ -1 +1 @@ -Subproject commit 562919a546ce14166b47ac6ce65bed313cb6566a +Subproject commit 46b47e5e26d806fc4a23d098fa7cab637bf40e47 diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index e9cbf3a10..f4ce5c663 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit e9cbf3a103b6259c538ab337db9f79f64c505a91 +Subproject commit f4ce5c663a639111503d89fa1e4812ee6e944a1d