diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-10-07 20:51:12 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-10-07 20:51:12 +0000 |
| commit | a3934ac0bd2c0133e72cef521bcb44a29dfa194a (patch) | |
| tree | 6c8e86b8a9b28ad2b1cdacb44f5e803cde4c6598 /src/gradient-context.h | |
| parent | copyedit (diff) | |
| download | inkscape-a3934ac0bd2c0133e72cef521bcb44a29dfa194a.tar.gz inkscape-a3934ac0bd2c0133e72cef521bcb44a29dfa194a.zip | |
add gradient selection describer for statusbar
(bzr r3853)
Diffstat (limited to 'src/gradient-context.h')
| -rw-r--r-- | src/gradient-context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gradient-context.h b/src/gradient-context.h index 3e74865b1..d0fe0d421 100644 --- a/src/gradient-context.h +++ b/src/gradient-context.h @@ -39,6 +39,9 @@ struct SPGradientContext : public SPEventContext { NR::Point mousepoint_doc; // stores mousepoint when over_line in doc coords Inkscape::MessageContext *_message_context; + + sigc::connection *selcon; + sigc::connection *subselcon; }; struct SPGradientContextClass { |
