mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
emit tab close signal on double click
This commit is contained in:
parent
88e5ba3736
commit
d9b4983d4f
1 changed files with 3 additions and 3 deletions
|
|
@ -37,8 +37,8 @@ void Label::on_click(
|
|||
) {
|
||||
if (n == 2) // double click
|
||||
{
|
||||
//Tab::close(
|
||||
// -1 // active
|
||||
//);
|
||||
activate_action(
|
||||
"win.tab_close"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue