document it

This commit is contained in:
qPCR4vir
2019-09-10 14:57:49 +02:00
parent 74f42f1778
commit d47a7c55bb
2 changed files with 46 additions and 38 deletions

View File

@@ -2889,8 +2889,7 @@ namespace nana
void es_header::column::fit_width_to_header()
{
std::cout<< "Column: " << to_utf8(caption) ;
std::unique_ptr<paint::graphics> graph_helper;
std::unique_ptr<paint::graphics> graph_helper;
auto graph = ess_->graph;
if (graph->empty())
{