Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4931


Ignore:
Timestamp:
11/25/10 10:42:33 (13 years ago)
Author:
epitzer
Message:

Add tool tip for current scope (#47)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DebugEngine/OperationContentView.cs

    r4930 r4931  
    121121        node.Expand();
    122122        scopeTreeView.TopNode = node;
     123        node.ToolTipText = "Current scope of active operation";
    123124      }
    124125    }
     
    209210            scopeNode.BackColor = Color.Blue;
    210211            scopeNode.ForeColor = Color.White;
    211             scopeNode.NodeFont = new Font(DefaultFont, FontStyle.Bold); 
     212            scopeNode.NodeFont = new Font(DefaultFont, FontStyle.Bold);
    212213            scopeTreeView.TopNode = scopeNode;
    213214            timer.Start();
Note: See TracChangeset for help on using the changeset viewer.