CUERipper: Preview large cover art

This commit is contained in:
Grigory Chudov
2013-04-21 00:48:48 -04:00
parent 8e3cd95cf8
commit e0b347860e
3 changed files with 38 additions and 2 deletions

View File

@@ -715,6 +715,8 @@ namespace CUERipper
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
//
// backgroundWorkerArtwork
//