copy base on def export options
This commit is contained in:
parent
7fcd38816b
commit
49378469ab
@ -3353,8 +3353,13 @@ namespace nana
|
|||||||
switch(arg.key)
|
switch(arg.key)
|
||||||
{
|
{
|
||||||
case keyboard::copy:
|
case keyboard::copy:
|
||||||
nana::system::dataexch().set(essence_->to_string());
|
{
|
||||||
|
export_options exp_opt {essence_->def_export_options()};
|
||||||
|
exp_opt.columns_order = essence_->header.all_headers(true);
|
||||||
|
exp_opt.only_selected_items = true;
|
||||||
|
nana::system::dataexch().set(essence_->to_string(exp_opt));
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user