X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fheader.cpp;h=4b02c1944d35540bf78f1c220716b213ce4433e4;hb=dbfae3f1b55b984c7ee7e619a8da53b77db98c90;hp=780b1e3db5f9894c39e845fd6a549e855976038a;hpb=c13447b3916ffed6257fa806536a52bcb58f0315;p=pulseview.git diff --git a/pv/view/header.cpp b/pv/view/header.cpp index 780b1e3..4b02c19 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())); }