Opened 15 years ago

Closed 15 years ago

#1085 closed defect (fixed)

ShowNorthArrow in Print Widget (Fusion Editor)

Reported by: pcardinal Owned by: ksgeograf
Priority: low Milestone: Maestro-2.0
Component: Maestro Version: 2.0.2
Severity: trivial Keywords:
Cc: External ID:

Description

In Print.cs


ShowNorthArrow

...
this.ShowNorthArrow.Name = "ShowNorthArrow";
this.ShowNorthArrow.Size = new System.Drawing.Size(600, 16);
this.ShowNorthArrow.TabIndex = 25;
this.ShowNorthArrow.Text = "Show Root Folder";
...

ShowLegend

Is the line this.ShowNorthArrow.Text = "Show Root Folder"; should be read as this.ShowNorthArrow.Text = "Show North Arrow"; ?

Pierre

Attachments (1)

PrintWidget.jpg (52.1 KB ) - added by pcardinal 15 years ago.

Download all attachments as: .zip

Change History (4)

by pcardinal, 15 years ago

Attachment: PrintWidget.jpg added

comment:1 by ksgeograf, 15 years ago

Status: newassigned

You are correct, that is likely a copy-n-paste error I've made.

in reply to:  1 comment:2 by pcardinal, 15 years ago

Replying to ksgeograf:

You are correct, that is likely a copy-n-paste error I've made.

Hi Kenneth,

In Print.cs

// 
// ShowLegend
// 
...
this.ShowLegend.TabIndex = 24;
this.ShowLegend.Text = "Hide invisible layers";
...
// 
// ShowTitle
// 
...
this.ShowTitle.TabIndex = 27;
this.ShowTitle.Text = "Show Root Folder";
...
// 
// ShowPrintUI
// 
...
this.ShowPrintUI.TabIndex = 26;
this.ShowPrintUI.Text = "Hide invisible layers";
...

Same as previous in ShowNorthArrow

Regards,

Pierre

comment:3 by ksgeograf, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r4221.

Note: See TracTickets for help on using tickets.