X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.cpp;h=4b02c1944d35540bf78f1c220716b213ce4433e4;hp=780b1e3db5f9894c39e845fd6a549e855976038a;hb=dbfae3f1b55b984c7ee7e619a8da53b77db98c90;hpb=6364695093dad2ad3bfab9a950cc420e29f24680;ds=sidebyside diff --git a/pv/view/header.cpp b/pv/view/header.cpp index 780b1e3d..4b02c194 100644 --- a/pv/view/header.cpp +++ b/pv/view/header.cpp @@ -62,9 +62,6 @@ static bool item_selected(shared_ptr r) Header::Header(View &parent) : MarginWidget(parent) { - setFocusPolicy(Qt::ClickFocus); - setMouseTracking(true); - connect(&view_, SIGNAL(signals_moved()), this, SLOT(on_signals_moved())); }