reload control placeholders when deleting control in designer

This commit is contained in:
Jonathan Jenne 2022-08-15 16:32:50 +02:00
parent e7e3bb5c38
commit 36dad58137

View File

@ -1346,6 +1346,8 @@ Public Class frmFormDesigner
CurrentControl = Nothing CurrentControl = Nothing
RibPGCtrlheight.Enabled = False RibPGCtrlheight.Enabled = False
RibPGCtrlWidth.Enabled = False RibPGCtrlWidth.Enabled = False
Reload_ControlNameList()
End If End If
End Sub End Sub