diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-06 19:05:52 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-06 19:05:52 +0000 |
| commit | b676ea2474b68e17c83dc33ebde3bc36b106c661 (patch) | |
| tree | b03b6c5f5bcbefb48a7e882f6c97894f63821d9a /src/ui/widget/anchor-selector.h | |
| parent | Gtkmm deprecation fixes (diff) | |
| download | inkscape-b676ea2474b68e17c83dc33ebde3bc36b106c661.tar.gz inkscape-b676ea2474b68e17c83dc33ebde3bc36b106c661.zip | |
Gtkmm deprecation fixes
Diffstat (limited to 'src/ui/widget/anchor-selector.h')
| -rw-r--r-- | src/ui/widget/anchor-selector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/anchor-selector.h b/src/ui/widget/anchor-selector.h index 96331fae3..e756e9aa0 100644 --- a/src/ui/widget/anchor-selector.h +++ b/src/ui/widget/anchor-selector.h @@ -14,7 +14,7 @@ #include "config.h" #endif -#include <gtkmm/alignment.h> +#include <gtkmm/bin.h> #include <gtkmm/togglebutton.h> #include <gtkmm/grid.h> @@ -22,7 +22,7 @@ namespace Inkscape { namespace UI { namespace Widget { -class AnchorSelector : public Gtk::Alignment +class AnchorSelector : public Gtk::Bin { private: Gtk::ToggleButton _buttons[9]; |
