Skip to content

Commit d0506b1

Browse files
ACI0104798 (report from main)
1 parent f339d71 commit d0506b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Project/Sources/Forms/WP_Palette/method.4dm

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ Case of
112112

113113
: (Form event code:C388=On Unload:K2:2)
114114
//CLEAR VARIABLE(oForm) // don't clear it, it may still be used in other windows in the same process
115-
oForm:=New object:C1471 // just make it smaller (!)
115+
116+
//oForm:=New object //commented on 2024-05-13 (ACI0104798)
117+
//{
118+
// finally don't clear at all (RL 2024-05-13)
119+
// oForm should be renamed Form.local but too many occurences (RL 2024-05-13)
120+
//}
116121

117122
End case

0 commit comments

Comments
 (0)