Commit 1492ecd
committed
Fix crash in color equalizer.
We setup the tabs using GROUP_SLIDERS(). The signal switch_page
is raised calling _channel_tabs_switch_callback. In this callback
we are accessing gui_date (g->param_size, etc) but this widget
is setup after calling GROUP_SLIDERS() which crashes.
Connect to the signal at the end of gui_init() when all widgets
are created.1 parent fb61be6 commit 1492ecd
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3005 | 3005 | | |
3006 | 3006 | | |
3007 | 3007 | | |
3008 | | - | |
3009 | | - | |
3010 | 3008 | | |
3011 | 3009 | | |
3012 | 3010 | | |
| |||
3193 | 3191 | | |
3194 | 3192 | | |
3195 | 3193 | | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
3196 | 3197 | | |
3197 | 3198 | | |
3198 | 3199 | | |
| |||
0 commit comments