styleBoxFlat removed light, dark color entirely

This commit is contained in:
toger5 2017-08-08 16:14:47 +02:00
parent 015494ba56
commit 701fb55a10
3 changed files with 8 additions and 51 deletions

View file

@ -929,8 +929,8 @@ RES ResourceFormatLoaderTheme::load(const String &p_path, const String &p_origin
dark = Color::html(params[3]);
}
sbflat->set_dark_color(dark);
sbflat->set_light_color(bright);
sbflat->set_border_color_all(bright);
// sbflat->set_dark_color(dark);
sbflat->set_bg_color(normal);
if (params.size() == ccodes + 5) {