summaryrefslogtreecommitdiffstats
path: root/src/node-context.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-05 22:07:22 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-05 22:07:22 +0000
commit7823005193a9eed52ed297fae49fbb3e6ee50435 (patch)
tree48789992bd6bf551b6ce6c8ac02a2cbbd141e001 /src/node-context.h
parentAdd flashing outline of path when hovering over it. (coded in 20 minutes so p... (diff)
downloadinkscape-7823005193a9eed52ed297fae49fbb3e6ee50435.tar.gz
inkscape-7823005193a9eed52ed297fae49fbb3e6ee50435.zip
tweak the helperpath flashing:
* reduce time a little (should this be a preference?) * when leaving an object, instantly hide the flasher. * when entering the same object as before, show the flasher again to be done: make preferences to turn on/off and any other desired settings (bzr r4972)
Diffstat (limited to 'src/node-context.h')
-rw-r--r--src/node-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node-context.h b/src/node-context.h
index a885a063a..3e42b74b9 100644
--- a/src/node-context.h
+++ b/src/node-context.h
@@ -59,6 +59,7 @@ struct SPNodeContext {
SPItem * flashed_item;
Inkscape::Display::TemporaryItem * flash_tempitem;
+ int remove_flash_counter;
};
struct SPNodeContextClass {