fix issue that graphics::gradual_rectangle modifies fgcolor unexpectedly

This commit is contained in:
Jinhao
2017-06-04 05:47:57 +08:00
parent 42f89854fd
commit d384a6a8e7
6 changed files with 8 additions and 52 deletions

View File

@@ -221,11 +221,6 @@ namespace detail
::DeleteObject(round_region.handle);
}
void drawable_impl_type::fgcolor(const ::nana::color& clr)
{
set_text_color(clr);
}
unsigned drawable_impl_type::get_color() const
{
return color_;