X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fttree%2FTTreeView.java;h=22f72ca850527b35932c8d4e3798c826f65f7686;hb=12b90437b5f22c2ae6e9b9b14c3b62b60f6143e5;hp=acc89249080fb8f9fe85feb22c859db38b5026c1;hpb=d6ee0801333ff93dffd851f4c1a44519c96c371d;p=nikiroo-utils.git diff --git a/src/jexer/ttree/TTreeView.java b/src/jexer/ttree/TTreeView.java index acc8924..22f72ca 100644 --- a/src/jexer/ttree/TTreeView.java +++ b/src/jexer/ttree/TTreeView.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -233,7 +233,7 @@ public class TTreeView extends TWidget { */ public void dispatch() { if (action != null) { - action.DO(); + action.DO(this); } }