Merge branch 'ErrorFlynn-hotfix-1.7' into hotfix-1.7
This commit is contained in:
commit
8a552910c6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user