mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Try to fix "Gap changed by alt-dragging"- thx Leon :)
work on #5430 + #5429
This commit is contained in:
parent
1c06433222
commit
4167563ff0
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user