MS Korrekturen Release
This commit is contained in:
@@ -413,7 +413,7 @@ Public Class frmFormDesigner
|
||||
Dim newWidth = CurrentControl.Width - 5
|
||||
|
||||
' Verhindert, dass das Control unsichtbar wird
|
||||
If newWidth > 1 Then
|
||||
If newWidth < 1 Then
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
@@ -444,7 +444,7 @@ Public Class frmFormDesigner
|
||||
End If
|
||||
|
||||
' Verhindert, dass das Control unsichtbar wird
|
||||
If newHeight > 1 Then
|
||||
If newHeight < 1 Then
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user