Merge branch 'develop' of https://github.com/beru/nana into beru-develop

Conflicts:
	source/gui/widgets/skeletons/text_editor.cpp
	source/gui/widgets/textbox.cpp
	source/paint/detail/image_bmp.hpp
	source/paint/detail/image_ico.hpp
This commit is contained in:
Jinhao
2015-08-01 22:08:06 +08:00
22 changed files with 322 additions and 46 deletions

View File

@@ -812,7 +812,7 @@ namespace paint
size_.width = size_.height = 0;
}
void graphics::save_as_file(const char* file)
void graphics::save_as_file(const char* file) const
{
if(handle_)
{