fix bugs related to parsing and loading file (did not implement new BNF grammar properly)
This commit is contained in:
@@ -1011,8 +1011,8 @@ struct
|
||||
, yClickPoints
|
||||
, windowWidth
|
||||
, windowHeight
|
||||
, arrowX = _
|
||||
, arrowY = _
|
||||
, arrowX
|
||||
, arrowY
|
||||
, canvasWidth = _
|
||||
, canvasHeight = _
|
||||
|
||||
@@ -1028,9 +1028,6 @@ struct
|
||||
, layerTree = _
|
||||
, modalNum
|
||||
} = app
|
||||
|
||||
val arrowX = 0
|
||||
val arrowY = 0
|
||||
in
|
||||
{ mode = mode
|
||||
, mouseX = mouseX
|
||||
|
||||
Reference in New Issue
Block a user