diff --git a/DrawPanel/DrawPanelVM.vb b/DrawPanel/DrawPanelVM.vb index 16c1363..20ffab5 100644 --- a/DrawPanel/DrawPanelVM.vb +++ b/DrawPanel/DrawPanelVM.vb @@ -770,6 +770,7 @@ Public Class DrawPanelVM Map.refProjectVM.GetController.ExecuteCommand(Controller.CMD.ARCPVP) ElseIf (Keyboard.Modifiers And ModifierKeys.Control) = ModifierKeys.Control Then Map.refProjectVM.GetController.SetContinue() + Map.refProjectVM.GetController.ExecuteCommand(Controller.CMD.ARCPDP) Else Map.refProjectVM.GetController.ExecuteCommand(Controller.CMD.ARCPDP) End If diff --git a/OptionPanel/DrawOptionPanelV.xaml b/OptionPanel/DrawOptionPanelV.xaml index 808bf97..8072f0c 100644 --- a/OptionPanel/DrawOptionPanelV.xaml +++ b/OptionPanel/DrawOptionPanelV.xaml @@ -1,10 +1,9 @@  + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="250" + xmlns:EgtFloating="clr-namespace:EgtWPFLib5.EgtFloating;assembly=EgtWPFLib5"> - + diff --git a/OptionPanel/MachiningOptionPanel/OperationExpander/MachiningParameterExpander/MachiningParameterExpanderV.xaml b/OptionPanel/MachiningOptionPanel/OperationExpander/MachiningParameterExpander/MachiningParameterExpanderV.xaml index 9ca24cf..271bc0f 100644 --- a/OptionPanel/MachiningOptionPanel/OperationExpander/MachiningParameterExpander/MachiningParameterExpanderV.xaml +++ b/OptionPanel/MachiningOptionPanel/OperationExpander/MachiningParameterExpander/MachiningParameterExpanderV.xaml @@ -7,24 +7,35 @@ - - + + -