Subversion Repositories filter_foundry

Rev

Rev 192 | Rev 198 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 194
Line 179... Line 179...
179
                                origscroll = preview_scroll;
179
                                origscroll = preview_scroll;
180
                                SetCursor(hCurHandGrab);
180
                                SetCursor(hCurHandGrab);
181
                                SetCapture(hDlg);
181
                                SetCapture(hDlg);
182
                                break;
182
                                break;
183
                        }
183
                        }
-
 
184
                        /* ... falls through ... */
184
                case EN_CHANGE:
185
                case EN_CHANGE:
185
                        if(doupdates && !maindlgitem(hDlg,item))
186
                        if(doupdates && !maindlgitem(hDlg,item))
186
                                EndDialog(hDlg,item);
187
                                EndDialog(hDlg,item);
187
                }
188
                }
188
                break;
189
                break;