Remove unused _isParsing var
This commit is contained in:
Родитель
6a4baa2c76
Коммит
dfebacc946
|
@ -95,7 +95,6 @@ namespace Microsoft.Toolkit.Uwp.SampleApp.SamplePages
|
|||
private Color _strokeColor;
|
||||
private Color _fillColor;
|
||||
private bool _selectionChanged = false;
|
||||
private bool _isParsing = false;
|
||||
|
||||
private CanvasGeometry _errorGeometry;
|
||||
private GeometryStreamReader _reader;
|
||||
|
@ -172,9 +171,7 @@ namespace Microsoft.Toolkit.Uwp.SampleApp.SamplePages
|
|||
private void ParseData()
|
||||
{
|
||||
_data = InputData.Text;
|
||||
_isParsing = true;
|
||||
RenderCanvas.Invalidate();
|
||||
_isParsing = false;
|
||||
}
|
||||
|
||||
private void OnCanvasDraw(CanvasControl sender, CanvasDrawEventArgs args)
|
||||
|
|
Загрузка…
Ссылка в новой задаче