reload control names after changing name value of one control

This commit is contained in:
Jonathan Jenne 2023-06-16 11:26:37 +02:00
parent a9a8bf0e0f
commit 49239a3e6e

View File

@ -806,6 +806,8 @@ Public Class frmFormDesigner
Case "Name"
UpdateSingleValue("NAME", newValue)
Reload_ControlNameList()
CurrentControl.Name = newValue
Case "Index"