Skip to content

Commit

Permalink
restore panel for barline in inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Dec 28, 2016
1 parent 1a52a38 commit 4360114
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 232 deletions.
7 changes: 3 additions & 4 deletions mscore/inspector/inspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1190,14 +1190,13 @@ InspectorBarLine::InspectorBarLine(QWidget* parent)
{ P_ID::BARLINE_SPAN_FROM, 0, 0, b.spanFrom, b.resetSpanFrom },
{ P_ID::BARLINE_SPAN_TO, 0, 0, b.spanTo, b.resetSpanTo },
};
#if 0
const std::vector<InspectorPanel> ppList = {
{ s.title, s.panel },
{ b.title, b.panel }
};
#endif
// mapSignals(il, ppList);
mapSignals(il);

mapSignals(il, ppList);

#if 0
// when any of the span parameters is changed, span data need to be managed
connect(b.span, SIGNAL(valueChanged(int)), SLOT(manageSpanData()));
Expand Down
Loading

0 comments on commit 4360114

Please sign in to comment.