diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-12-22 13:09:26 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-12-22 13:09:26 +0000 |
| commit | add6f499fe1d40d0f473c09e17165b0a481a0f43 (patch) | |
| tree | fe639501ce1a99d5fc9e4bd3fd985ae4e4270f48 /src/widgets/ruler.cpp | |
| parent | Use cairo surface for ruler widget - minimise delta against GTK+ 3 builds (diff) | |
| download | inkscape-add6f499fe1d40d0f473c09e17165b0a481a0f43.tar.gz inkscape-add6f499fe1d40d0f473c09e17165b0a481a0f43.zip | |
ruler: Add modeline support
(bzr r11966)
Diffstat (limited to 'src/widgets/ruler.cpp')
| -rw-r--r-- | src/widgets/ruler.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/widgets/ruler.cpp b/src/widgets/ruler.cpp index 929bf34da..a2cb46e01 100644 --- a/src/widgets/ruler.cpp +++ b/src/widgets/ruler.cpp @@ -927,3 +927,14 @@ void sp_ruler_set_metric(SPRuler *ruler, SPMetric metric) sp_ruler_invalidate_ticks(ruler); } + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 : |
