diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-12-05 20:40:15 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-12-05 20:40:15 +0000 |
| commit | 97a3930774e90ff242dd9ea69e0a389678d575c7 (patch) | |
| tree | 28f6febac62137edfb129cfada0e99fce4668cc4 /src/widgets/desktop-widget.h | |
| parent | Fix crash when SVG contains a font-face rule. Introduced by commit db722f5b79... (diff) | |
| download | inkscape-97a3930774e90ff242dd9ea69e0a389678d575c7.tar.gz inkscape-97a3930774e90ff242dd9ea69e0a389678d575c7.zip | |
desktop-widget: C++ify select_status
Diffstat (limited to 'src/widgets/desktop-widget.h')
| -rw-r--r-- | src/widgets/desktop-widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h index 2f50e8809..cdb4afdb4 100644 --- a/src/widgets/desktop-widget.h +++ b/src/widgets/desktop-widget.h @@ -113,6 +113,7 @@ private: sigc::connection _zoom_status_output_connection; sigc::connection _zoom_status_value_changed_connection; sigc::connection _zoom_status_populate_popup_connection; + Gtk::Label *_select_status; public: @@ -120,7 +121,6 @@ public: GtkWidget *hruler, *vruler; GtkWidget *hruler_box, *vruler_box; // eventboxes for setting tooltips - GtkWidget *select_status; GtkWidget *select_status_eventbox; GtkWidget *rotation_status; gulong rotation_update; |
