Changeset be4386c15cf2c14d3c4935b34e6162523a7b0f2f
- Timestamp:
- 10/31/04 17:50:14
(4 years ago)
- Author:
- Mark Moriarty <markfm@videolan.org>
- git-committer:
- Mark Moriarty <markfm@videolan.org> 1099241414 +0000
- git-parent:
[1e646b7e2ef6d120a452eb4a57857e0cfed406c0]
- git-author:
- Mark Moriarty <markfm@videolan.org> 1099241414 +0000
- Message:
Initialize i_smooth
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r08997aa |
rbe4386c |
|
| 485 | 485 | smooth_slider->SetToolTip( wxU( SMOOTH_TIP ) ); |
|---|
| 486 | 486 | top_sizer->Add( smooth_slider, 0, wxALL, 2 ); |
|---|
| 487 | | |
|---|
| | 487 | i_smooth = 0; |
|---|
| | 488 | |
|---|
| 488 | 489 | /* Create flex grid */ |
|---|
| 489 | 490 | wxFlexGridSizer *eq_gridsizer = |
|---|