From: buliabyak Date: Sun, 7 Oct 2007 06:01:45 +0000 (+0000) Subject: hasSelection method X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b0be2cc9ba73cce853ca44365b35c8efb81c9f6b;p=inkscape.git hasSelection method --- diff --git a/src/gradient-drag.h b/src/gradient-drag.h index 3015f20e3..890ab23ee 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -107,6 +107,7 @@ public: // FIXME: make more of this private! ~GrDrag(); bool isNonEmpty() {return (draggers != NULL);} + bool hasSelection() {return (selected != NULL);} // especially the selection must be private, fix gradient-context to remove direct access to it GList *selected; // list of GrDragger*