Skip to content

Commit

Permalink
Fix: Initialization with the given "initialColor" parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaxmx committed Aug 26, 2015
1 parent 0deb246 commit 8fd1f34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ commonly used [PrimeFaces](http://www.primefaces.org) widget library.
**Author**: Christian Simon
**Copyright**: illucIT Software GmbH
**Website**: [illucit.com](http://www.illucit.com)
**License**: Apache License 2.0 (see LICENSE file)
**License**: Apache License 2.0 (see LICENSE file)
**Current Version**: 1.0.1

Compatibility:
--------------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>2</version>
</parent>
<artifactId>primefaces-imageeditor</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>Primefaces ImageEditor Component</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PrimeFaces.widget.ImageEditor = PrimeFaces.widget.BaseWidget.extend({
// Settings for new shapes
shapeType: 'rect',
strokeSize: 5,
color: '#000000',
color: this.colorChooser.val(),

// Drawing
down: false,
Expand Down

0 comments on commit 8fd1f34

Please sign in to comment.