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)
Change History (4)
by , 15 years ago
Attachment: | PrintWidget.jpg added |
---|
follow-up: 2 comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 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
Note:
See TracTickets
for help on using tickets.
You are correct, that is likely a copy-n-paste error I've made.