From 7934424ce7b4ff5b0929a4a33caf89ea567400e7 Mon Sep 17 00:00:00 2001 From: Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> Date: Mon, 11 Mar 2019 19:28:13 +1100 Subject: Update translation dialog for flipped axis Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127 --- src/ui/widget/labelled.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ui/widget/labelled.cpp') diff --git a/src/ui/widget/labelled.cpp b/src/ui/widget/labelled.cpp index a44e69fcb..dfbc01ddd 100644 --- a/src/ui/widget/labelled.cpp +++ b/src/ui/widget/labelled.cpp @@ -74,11 +74,6 @@ Labelled::setTooltipText(const Glib::ustring &tooltip) _widget->set_tooltip_text(tooltip); } -void Labelled::flipIconVertically() -{ - _icon->set(_icon->get_pixbuf()->flip(false)); -} - bool Labelled::on_mnemonic_activate ( bool group_cycling ) { return _widget->mnemonic_activate ( group_cycling ); -- cgit v1.2.3