Skip to content

Commit

Permalink
Fix option --sync-all-views.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Apr 7, 2015
1 parent f8e9181 commit b0c96e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fireworks/Core/interface/FWEveViewManager.h
Expand Up @@ -77,7 +77,7 @@ class FWEveViewManager : public FWViewManagerBase

FWTypeToRepresentations supportedTypesAndRepresentations() const;

static void syncAllViews() { s_syncAllViews = false; }
static void syncAllViews() { s_syncAllViews = true; }
protected:
virtual void modelChangesComing();
virtual void modelChangesDone();
Expand Down

0 comments on commit b0c96e5

Please sign in to comment.