Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rhbz872384 - change default editor to text area
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Nov 19, 2012
1 parent f1f38a2 commit e15f131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -55,7 +55,7 @@ public boolean apply(ContentState contentState)
};

// default state
private ConfigurationState state = new ConfigurationState(false, true, 10, NavOption.FUZZY_UNTRANSLATED, false, true);
private ConfigurationState state = new ConfigurationState(false, true, 10, NavOption.FUZZY_UNTRANSLATED, false, false);

public boolean isEnterSavesApproved()
{
Expand Down
Expand Up @@ -414,7 +414,7 @@ public void testIsReadOnly()
@Test
public void isUsingCodeMirror()
{
assertThat(presenter.isUsingCodeMirror(), Matchers.is(true));
assertThat(presenter.isUsingCodeMirror(), Matchers.is(false));
}

@Test
Expand Down

0 comments on commit e15f131

Please sign in to comment.