Skip to content

Commit

Permalink
Merge pull request #8671 from alja/sync-all-views-73
Browse files Browse the repository at this point in the history
73x Fireworks: fix parsing of option --sync-all-views
  • Loading branch information
cmsbuild committed Apr 21, 2015
2 parents 8d405be + b0c96e5 commit 38936df
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 38936df

Please sign in to comment.