diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-10-09 21:41:20 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-10-09 21:41:20 +0000 |
| commit | 6af4b5c656ebdff4aebc7ed01bd6076748b5dd95 (patch) | |
| tree | 3bb520c1b899e26104fbca236b89a1d5bf5a2506 /src/ui/tool/node-tool.h | |
| parent | Fix for invisible node tool cursor. (diff) | |
| download | inkscape-6af4b5c656ebdff4aebc7ed01bd6076748b5dd95.tar.gz inkscape-6af4b5c656ebdff4aebc7ed01bd6076748b5dd95.zip | |
Fix cycling through nodes with tab key.
Fixed bugs:
- https://launchpad.net/bugs/1237667
(bzr r12675)
Diffstat (limited to 'src/ui/tool/node-tool.h')
| -rw-r--r-- | src/ui/tool/node-tool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tool/node-tool.h b/src/ui/tool/node-tool.h index ce022cec6..c41f50650 100644 --- a/src/ui/tool/node-tool.h +++ b/src/ui/tool/node-tool.h @@ -49,7 +49,6 @@ public: virtual void setup(); virtual void set(const Inkscape::Preferences::Entry& val); virtual bool root_handler(GdkEvent* event); - virtual bool item_handler(SPItem* item, GdkEvent* event); virtual const std::string& getPrefsPath(); |
