jj: Höhe per Button ändern wird nicht gespeichert

This commit is contained in:
Jonathan Jenne 2018-05-24 13:13:04 +02:00
parent c956d2284a
commit bca59c1be0

View File

@ -435,7 +435,7 @@ Public Class frmFormDesigner
End If
CurrentControl.Size = New Size(CurrentControl.Width, newHeight)
UpdateSingleValue("WIDTH", newHeight)
UpdateSingleValue("HEIGHT", newHeight)
End If
End Sub
@ -453,7 +453,7 @@ Public Class frmFormDesigner
End If
CurrentControl.Size = New Size(CurrentControl.Width, newHeight)
UpdateSingleValue("WIDTH", newHeight)
UpdateSingleValue("HEIGHT", newHeight)
End If
End Sub