Move editor actions into editor header bar with overflow menu

- Remove inlineTitleEdit hack, add menu item for rename
This commit is contained in:
John Lewin 2018-06-23 12:06:46 -07:00
parent d1934db72c
commit 3728934082
2 changed files with 30 additions and 21 deletions

View file

@ -109,6 +109,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
/// </summary>
public class OverflowMenuButton : PopupMenuButton
{
public OverflowMenuButton(ThemeConfig theme)
: base (CreateOverflowIcon(theme), theme)
{
}
public OverflowMenuButton(OverflowBar overflowBar, ThemeConfig theme)
: base(CreateOverflowIcon(theme), theme)
{