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