mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
Merge branch 'release/1.2.9BF2' of https://github.com/greenshot/greenshot into release/1.2.9BF2
This commit is contained in:
commit
e7e1d768b9
2 changed files with 4 additions and 18 deletions
|
@ -27,6 +27,7 @@ using Greenshot.Plugin.Drawing;
|
|||
using GreenshotPlugin.Interfaces.Drawing;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
|
||||
namespace Greenshot.Drawing.Fields
|
||||
{
|
||||
|
@ -203,7 +204,7 @@ namespace Greenshot.Drawing.Fields
|
|||
{
|
||||
return;
|
||||
}
|
||||
foreach (var drawableContainer1 in _boundContainers)
|
||||
foreach (var drawableContainer1 in _boundContainers.ToList())
|
||||
{
|
||||
var drawableContainer = (DrawableContainer) drawableContainer1;
|
||||
if (!drawableContainer.HasField(field.FieldType))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue