~ubuntu-branches/ubuntu/saucy/goldencheetah/saucy

« back to all changes in this revision

Viewing changes to src/LTMCanvasPicker.cpp

  • Committer: Package Import Robot
  • Author(s): KURASHIKI Satoru
  • Date: 2013-08-18 07:02:45 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20130818070245-zgdvb47e1k3mtgil
Tags: 3.0-3
debian/control: remove needless dependency. (Closes: #719571)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    canvas->installEventFilter(this);
25
25
 
 
26
 
26
27
    // We want the focus, but no focus rect. The
27
28
    canvas->setFocusPolicy(Qt::StrongFocus);
28
29
    canvas->setFocusIndicator(QwtPlotCanvas::ItemFocusIndicator);
29
 
    canvas->setFocus();
30
30
}
31
31
 
32
32
bool LTMCanvasPicker::event(QEvent *e)