CUERipper: display albumart url in status text

CUERipper: if none of the covers match, user can now deselect album art
This commit is contained in:
Grigory Chudov
2013-04-21 13:40:34 -04:00
parent abcbcc342f
commit 27b64e039e
3 changed files with 39 additions and 26 deletions

View File

@@ -716,6 +716,7 @@ namespace CUERipper
this.pictureBox1.TabStop = false;
this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
//