add support of refreshing a draw_through form

This commit is contained in:
Jinhao
2019-01-17 07:10:16 +08:00
parent 88294ed9fb
commit f488df3e4c
3 changed files with 15 additions and 9 deletions

View File

@@ -962,7 +962,6 @@ namespace API
restrict::wd_manager().update(reinterpret_cast<basic_window*>(wd), false, true);
}
void window_caption(window wd, const std::string& title_utf8)
{
throw_not_utf8(title_utf8);