add:实时笔锋及墨迹预测
This commit is contained in:
@@ -26,10 +26,8 @@ namespace Ink_Canvas
|
||||
{
|
||||
bool on = Settings?.Canvas != null && Settings.Canvas.EnableInkStrokePrediction;
|
||||
var v = on ? Visibility.Visible : Visibility.Collapsed;
|
||||
if (ComboBoxInkStrokePredictionLead != null)
|
||||
ComboBoxInkStrokePredictionLead.Visibility = v;
|
||||
if (BoardComboBoxInkStrokePredictionLead != null)
|
||||
BoardComboBoxInkStrokePredictionLead.Visibility = v;
|
||||
if (ComboBoxInkStrokePredictionLeadSettings != null)
|
||||
ComboBoxInkStrokePredictionLeadSettings.Visibility = v;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user