Skip to content

Commit

Permalink
Fix zyn pitch on project load/export
Browse files Browse the repository at this point in the history
Closes #3451
  • Loading branch information
tresf committed Mar 11, 2019
1 parent 2a72808 commit 04768ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/zynaddsubfx/ZynAddSubFx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ void ZynAddSubFxInstrument::loadSettings( const QDomElement & _this )

emit settingsChanged();
}
emit instrumentTrack()->pitchModel()->dataChanged();

This comment has been minimized.

Copy link
@PhysSong

PhysSong Mar 12, 2019

Member

@tresf In Qt4, signals defaults to protected while it's public in Qt5. It seems like this breaks Qt4 builds.

This comment has been minimized.

Copy link
@tresf

tresf Mar 12, 2019

Author Member

Thanks @PhysSong. Patched 97d5529.

}


Expand Down

0 comments on commit 04768ee

Please sign in to comment.