Changeset 18

Show
Ignore:
Timestamp:
10/01/08 11:07:06 (3 months ago)
Author:
anthony
Message:

fix foreach brace location!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/LinkedScrollbar.cs

    r17 r18  
    3333                        scrollbar = sb; 
    3434 
    35                         foreach (Widget w in widgets) { 
     35                        foreach (Widget w in widgets) 
     36                        { 
    3637                                w.ScrollEvent += 
    3738                                        new ScrollEventHandler (OnLinkedWidgetScrollEvent);