Try to fix "Gap changed by alt-dragging"- thx Leon :)

work on #5430 + #5429
This commit is contained in:
niksedk 2021-10-29 16:05:06 +02:00
parent 1c06433222
commit 4167563ff0

View File

@ -1209,7 +1209,7 @@ namespace Nikse.SubtitleEdit.Controls
{
oldMouseDownParagraph = new Paragraph(_mouseDownParagraph);
int curIdx = _subtitle.Paragraphs.IndexOf(_mouseDownParagraph);
if (_mouseDownParagraphType == MouseDownParagraphType.Start)
if (_mouseDownParagraphType == MouseDownParagraphType.Start && ModifierKeys != Keys.Alt)
{
if (curIdx > 0)
{