Fix assa box drawing center/bottom alignmentt

This commit is contained in:
niksedk 2022-01-10 14:21:21 +01:00
parent b637301ac5
commit d894f4db36

View File

@ -516,7 +516,7 @@ namespace Nikse.SubtitleEdit.Forms.Assa
{
var marginH = (int)numericUpDownDrawingMarginH.Value;
var marginV = (int)numericUpDownDrawingMarginV.Value;
var height = bottom - x;
var height = bottom - top;
var width = right - x;
var pos = string.Empty;
if (radioButtonTopLeft.Checked)