Browse Source

restore combobox blendop after cancel

Johann ELSASS 4 years ago
parent
commit
1b606b7975
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lazpaint/dialog/ulayerstackinterface.pas

+ 1 - 1
lazpaint/dialog/ulayerstackinterface.pas

@@ -912,8 +912,8 @@ begin
     FDontUpdateStack := true;
     LazPaintInstance.Image.BlendOperation[LazPaintInstance.Image.CurrentLayerIndex] := blendOp;
     FDontUpdateStack := false;
-    UpdateComboBlendOp;
   end;
+  UpdateComboBlendOp;
   tempUnder.Free;
   LazPaintInstance.ShowTopmost(topmostInfo);
   if LazPaintInstance.Image.CurrentLayerIndex = 0 then