Ignore:
Timestamp:
Jul 6, 2012, 3:37:41 PM (12 years ago)
Author:
Sam Habiel
Message:

Finally, v 1.7 to the main repo. I will delete the branch after this.

This commit merges all the BMX4 changes in the Scheduling GUI back to the main trunk.

Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode

  • Scheduling/trunk/cs/bsdx0200GUISourceCode/Printing.cs

    r1469 r1474  
    217217            // Draw Header
    218218
    219             string division = CGDocumentManager.Current.ConnectInfo.DivisionName;
     219            string division = CGDocumentManager.Current.RemoteSession.User.Division.Name;
    220220            int divisionStringHeight = (int)g.MeasureString(division.ToString(), fontBody, e.PageBounds.Width - (int)(10 * widthRatio) - HardMarginX).Height;
    221221           
     
    691691
    692692            // Draw Header
    693             string division = CGDocumentManager.Current.ConnectInfo.DivisionName;
     693            string division = CGDocumentManager.Current.RemoteSession.User.Division.Name;
    694694            int divisionStringHeight = (int)g.MeasureString(division.ToString(), fontBody, e.MarginBounds.Width).Height;
    695695            Rectangle headerArea = new Rectangle()
Note: See TracChangeset for help on using the changeset viewer.