(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 a58a18bb50
commit 0f8e7e79be
1 changed files with 41 additions and 41 deletions

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)) {
WP(w, def_d).data_1 = _industrydata.select;
}
} break;
}
break;
} break;
case WE_RESIZE: {
w->vscroll.cap += e->we.sizing.diff.y / (int)w->resize.step_height;