Interface: you can click on X,Y map coordinates in the right-bottom corner of interface to open "Go to coordinates" window.

This commit is contained in:
MaxED 2014-02-18 14:14:32 +00:00
parent 592887a086
commit 8c2bd281a3

View file

@ -362,8 +362,10 @@ namespace CodeImp.DoomBuilder.Windows
//
this.poscommalabel.Name = "poscommalabel";
this.poscommalabel.Size = new System.Drawing.Size(11, 18);
this.poscommalabel.Tag = "builder_centeroncoordinates";
this.poscommalabel.Text = ",";
this.poscommalabel.ToolTipText = "Current X, Y coordinates on map";
this.poscommalabel.ToolTipText = "Current X, Y coordinates on map.\r\nClick to set specific coordinates.";
this.poscommalabel.Click += new System.EventHandler(this.InvokeTaggedAction);
//
// menumain
//
@ -2134,7 +2136,7 @@ namespace CodeImp.DoomBuilder.Windows
this.xposlabel.Tag = "builder_centeroncoordinates";
this.xposlabel.Text = "0";
this.xposlabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.xposlabel.ToolTipText = "Current X, Y coordinates on map";
this.xposlabel.ToolTipText = "Current X, Y coordinates on map.\r\nClick to set specific coordinates.";
this.xposlabel.Click += new System.EventHandler(this.InvokeTaggedAction);
//
// yposlabel