Skip to content

Commit

Permalink
fix crash in timesig properties dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed May 2, 2013
1 parent b3d3f90 commit a5178d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/exampleview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
ExampleView::ExampleView(QWidget* parent)
: QFrame(parent)
{
_score = 0;
setAcceptDrops(true);
setFocusPolicy(Qt::StrongFocus);
double mag = preferences.mag;
Expand Down

0 comments on commit a5178d9

Please sign in to comment.