diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-02 23:18:32 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-02 23:18:32 +0000 |
| commit | 93e2eef0d931bc2250b0328ddc24dac76c7c3e03 (patch) | |
| tree | 83444eef2ed30506dffd7e388fe852a275c7435f /src | |
| parent | Fix objects dialogue (diff) | |
| download | inkscape-93e2eef0d931bc2250b0328ddc24dac76c7c3e03.tar.gz inkscape-93e2eef0d931bc2250b0328ddc24dac76c7c3e03.zip | |
Modified Objects dialogue to stop crashing on change of highlight color
(bzr r13090.1.10)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-item.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 279606481..79d8cc37d 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -99,6 +99,8 @@ SPItem::SPItem() : SPObject() { sensitive = TRUE; bbox_valid = FALSE; + _highlightColor = NULL; + transform_center_x = 0; transform_center_y = 0; |
