diff --git a/source/gui/widgets/treebox.cpp b/source/gui/widgets/treebox.cpp index 1d1a6c13..5fb97c7b 100644 --- a/source/gui/widgets/treebox.cpp +++ b/source/gui/widgets/treebox.cpp @@ -963,6 +963,8 @@ namespace nana if(text_r.right() > visible_w_pixels()) { node_state.tooltip = new tooltip_window(data.widget_ptr->handle(), text_r); + API::dev::set_scheme(node_state.tooltip->handle(), API::dev::get_scheme(data.widget_ptr->handle())); + node_state.tooltip->typeface(data.widget_ptr->typeface()); node_attribute node_attr; assign_node_attr(node_attr, node_state.pointed);