B2023-025: AER Ro table displays too far to left #301

Merged
jjenko merged 1 commits from B2023-025 into Development 2024-04-18 08:42:37 -04:00
Owner

B2023-025: In editor, an AER Ro table displays too far to the left so that first column is cut off. This occurs when the table is fairly wide, so that the code was shifting the x location of the table too far to the right. To fix this, if the table’s x location is less than or equal to 0, the x location is reset to 20, thus allowing the left part of table to be visible. If there is step/table in the RNO column, the code was adjusting the y location so that the step/table doesn’t overwrite AER Ro table.

B2023-025: In editor, an AER Ro table displays too far to the left so that first column is cut off. This occurs when the table is fairly wide, so that the code was shifting the x location of the table too far to the right. To fix this, if the table’s x location is less than or equal to 0, the x location is reset to 20, thus allowing the left part of table to be visible. If there is step/table in the RNO column, the code was adjusting the y location so that the step/table doesn’t overwrite AER Ro table.
kruffing added 1 commit 2024-04-18 08:37:56 -04:00
kruffing requested review from jjenko 2024-04-18 08:38:02 -04:00
djankowski was assigned by kruffing 2024-04-18 08:38:11 -04:00
mvickers was assigned by kruffing 2024-04-18 08:38:11 -04:00
lbutler was assigned by kruffing 2024-04-18 08:38:11 -04:00
plarsen was assigned by kruffing 2024-04-18 08:38:11 -04:00
jjenko was assigned by kruffing 2024-04-18 08:38:47 -04:00
jjenko approved these changes 2024-04-18 08:42:17 -04:00
jjenko left a comment
Owner

code change looks good.

code change looks good.
jjenko merged commit 5ffd99bd0e into Development 2024-04-18 08:42:37 -04:00
Member

Tested with no issues using PROMS version 2.2.2404.1808.

Tested with no issues using PROMS version 2.2.2404.1808.
Member

A generic release note was added for this update after verifying with JSJ that there should be one. 4/19/24 mrv

A generic release note was added for this update after verifying with JSJ that there should be one. 4/19/24 mrv
Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Volian/SourceCode#301
No description provided.