From: Soeren Apel Date: Sun, 23 Jul 2017 07:35:25 +0000 (+0200) Subject: Improve hover point signaling X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=873e80357d9622678069fcfe83b010717a68284c;hp=873e80357d9622678069fcfe83b010717a68284c;p=pulseview.git Improve hover point signaling Two issues here: 1) it's bad style to have an event handler for an event that was triggered in the same class 2) supplying the current hover point along with the event is a sensible thing to do ---