Include ♫ in BrackChars

This commit is contained in:
Ivandro Ismael 2015-08-06 04:45:59 +01:00
parent b7c45dae48
commit 31426b4e5e

View File

@ -10,7 +10,7 @@ namespace Nikse.SubtitleEdit.Controls
/// </summary>
public class SETextBox : TextBox
{
private const string BreakChars = " \".!?,)([]<>:;♪{}-/#*|¿¡\r\n\t";
private const string BreakChars = " \".!?,)([]<>:;♪{}-/#*|¿¡\r\n\t";
private string _dragText = string.Empty;
private int _dragStartFrom = 0;
private long _dragStartTicks = 0;