diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-30 12:05:49 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-30 12:05:49 +0000 |
| commit | 792cd55d66f6ab61c32ec24e4c3d7e3fff002c97 (patch) | |
| tree | 6cd489db450597eaafa3240b0580fa987b6c5839 | |
| parent | New function to set text position and anchor relative to a given path (diff) | |
| download | inkscape-792cd55d66f6ab61c32ec24e4c3d7e3fff002c97.tar.gz inkscape-792cd55d66f6ab61c32ec24e4c3d7e3fff002c97.zip | |
whitespace
(bzr r6476)
| -rw-r--r-- | src/ui/widget/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/text.h b/src/ui/widget/text.h index 038e6e5dd..d1ef35be5 100644 --- a/src/ui/widget/text.h +++ b/src/ui/widget/text.h @@ -40,7 +40,7 @@ public: Glib::SignalProxy0<void> signal_activate(); - bool setProgrammatically; // true if the value was set by setValue, not changed by the user; + bool setProgrammatically; // true if the value was set by setValue, not changed by the user; // if a callback checks it, it must reset it back to false }; |
