mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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
|
if (n == 2) // double click
|
||||||
{
|
{
|
||||||
//Tab::close(
|
activate_action(
|
||||||
// -1 // active
|
"win.tab_close"
|
||||||
//);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue