diff options
Diffstat (limited to 'src/gradient-drag.h')
| -rw-r--r-- | src/gradient-drag.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h index a18511e69..a57e9b070 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -116,6 +116,11 @@ struct GrDragger { void fireDraggables(bool write_repr, bool scale_radial = false, bool merging_focus = false); +protected: + void updateControlSizesOverload(SPKnot * knot); + void updateControlSizes(); + sigc::connection sizeUpdatedConn; + private: sigc::connection _moved_connection; sigc::connection _clicked_connection; |
