Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / desktop.h
index e1479d8573fd429768fd71e55edc0b3f4c717d1a..73b9262ddd01d6dfcd93aadc7c8c06d3030e11ab 100644 (file)
@@ -285,6 +285,7 @@ struct SPDesktop : public Inkscape::UI::View::View
 
     void setWaitingCursor();
     void clearWaitingCursor();
+    bool isWaitingCursor() const { return waiting_cursor; };
 
     void toggleColorProfAdjust();