Skip to content

Commit 42f375b

Browse files
committed
Fixed Sonar issues
1 parent 2f436c8 commit 42f375b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

wAbout.w

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,10 @@ PROCEDURE initializeObject :
527527
IF xx = ? THEN xx = (SESSION:WIDTH-PIXELS - FRAME {&FRAME-NAME}:WIDTH-PIXELS) / 2.
528528
IF yy = ? THEN yy = (SESSION:HEIGHT-PIXELS - FRAME {&FRAME-NAME}:HEIGHT-PIXELS) / 2.
529529

530+
{&_proparse_ prolint-nowarn(overflow)}
530531
wAbout:X = xx.
532+
533+
{&_proparse_ prolint-nowarn(overflow)}
531534
wAbout:Y = yy.
532535

533536
/* Prepare frame */

wAbout.wrx

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)