This commit is contained in:
Killy 2020-04-27 19:15:36 +03:00
commit 195b5c3ab7

View file

@ -428,7 +428,7 @@ namespace Greenshot.Drawing
/// </summary> /// </summary>
private void UpdateTextBoxPosition() private void UpdateTextBoxPosition()
{ {
if (_textBox == null) if (_textBox == null || Parent == null)
{ {
return; return;
} }