jj: Höhe per Button ändern wird nicht gespeichert
This commit is contained in:
parent
c956d2284a
commit
bca59c1be0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user