Ignore label click when ctrl hold

This commit is contained in:
Jaex 2019-10-02 10:20:59 +03:00
parent a2f9e06871
commit 4362f832da

View file

@ -411,7 +411,7 @@ public void ClearThumbnail()
private void LblTitle_MouseClick(object sender, MouseEventArgs e) private void LblTitle_MouseClick(object sender, MouseEventArgs e)
{ {
if (e.Button == MouseButtons.Left && Task.Info != null) if (ModifierKeys != Keys.Control && e.Button == MouseButtons.Left && Task.Info != null)
{ {
if (Task.Info.Result != null) if (Task.Info.Result != null)
{ {