Mac OS X support

This commit is contained in:
Benjamin Navarro
2015-10-11 18:31:30 +02:00
parent faa74047db
commit a09d5c3c95
28 changed files with 2223 additions and 154 deletions

View File

@@ -933,7 +933,7 @@ namespace paint
{
const nana::char_t * end = str + len;
const nana::char_t * i = std::find(str, end, '\t');
#if defined(NANA_LINUX)
#if defined(NANA_LINUX) || defined(NANA_MACOS)
handle_->update_text_color();
#endif
if (i != end)