(svn r10600) -Codechange: code-stylising the gui switch-case code

This commit is contained in:
belugas
2007-07-16 23:48:25 +00:00
parent f30a71ab82
commit 210e3c7085

View File

@@ -264,9 +264,9 @@ static void BuildDynamicIndustryWndProc(Window *w, WindowEvent *e)
} else if (HandlePlacePushButton(w, DYNA_INDU_FUND_WIDGET, SPR_CURSOR_INDUSTRY, 1, NULL)) { } else if (HandlePlacePushButton(w, DYNA_INDU_FUND_WIDGET, SPR_CURSOR_INDUSTRY, 1, NULL)) {
WP(w, def_d).data_1 = _industrydata.select; WP(w, def_d).data_1 = _industrydata.select;
} }
} break;
} }
break; break;
} break;
case WE_RESIZE: { case WE_RESIZE: {
w->vscroll.cap += e->we.sizing.diff.y / (int)w->resize.step_height; w->vscroll.cap += e->we.sizing.diff.y / (int)w->resize.step_height;