.. | .. |
---|
5798 | 5798 | |
---|
5799 | 5799 | if (!selectmode && //display.DrawMode() != display.SELECTION && |
---|
5800 | 5800 | //(touched || (bRep != null && bRep.displaylist <= 0))) |
---|
5801 | | - (Globals.isLIVE() && Globals.COMPUTESHADOWWHENLIVE || touched || (bRep != null && bRep.displaylist <= 0))) |
---|
| 5801 | + (Globals.isLIVE() && Globals.COMPUTESHADOWWHENLIVE || touched && Globals.COMPUTESHADOWWHENLIVE)) // || (bRep != null && bRep.displaylist <= 0))) |
---|
5802 | 5802 | { |
---|
5803 | 5803 | Globals.lighttouched = true; |
---|
5804 | 5804 | } // all panes... |
---|
.. | .. |
---|
7288 | 7288 | // { |
---|
7289 | 7289 | // CameraPane.Ymax = spoth; |
---|
7290 | 7290 | // } |
---|
7291 | | - info.g.drawArc(boundary.x, boundary.y, |
---|
7292 | | - boundary.width, boundary.height, 0, 360); |
---|
| 7291 | + info.g.drawArc(boundary.x + info.DX, boundary.y + info.DY, |
---|
| 7292 | + (int)(boundary.width * info.W), (int)(boundary.height * info.W), 0, 360); |
---|
7293 | 7293 | //info.g.drawArc(spot.x, spotw, spot.width/2, boundary.height/2, 0, 360); |
---|
7294 | 7294 | // if (CameraPane.Xmin > boundary.x) |
---|
7295 | 7295 | // { |
---|