Fix indentation

This commit is contained in:
2015-01-23 03:54:25 -05:00
parent bbbdccbd81
commit 41db6dcfdf
21 changed files with 211 additions and 407 deletions

View File

@@ -2544,7 +2544,7 @@ void edit_custom_pics_types() {
pic_dlg["okay"].attachClickHandler(std::bind(save_pics_types, _1, std::ref(pics)));
pic_dlg["cancel"].attachClickHandler(std::bind(&cDialog::toast, _1, false));
pic_dlg.attachClickHandlers(std::bind(change_pics_page, _1, _2, std::ref(pics), std::ref(first_pic)), {"left", "right"});
fill_custom_pics_types(pic_dlg, pics, first_pic);
if(spec_scen_g.count() <= 10) {
pic_dlg["left"].hide();