From: rwst Date: Thu, 13 Jul 2006 09:29:12 +0000 (+0000) Subject: give _anchor initial value before comparing it X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1677d109640f9b4a6f377f7ad2c98ee21b2d74d4;p=inkscape.git give _anchor initial value before comparing it --- diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp index 4ecbda1b8..8be563828 100644 --- a/src/ui/widget/panel.cpp +++ b/src/ui/widget/panel.cpp @@ -74,6 +74,7 @@ void Panel::_popper(GdkEventButton* event) void Panel::init() { Glib::ustring tmp("<"); + _anchor = Gtk::ANCHOR_CENTER; tabTitle.set_label(this->label); guint panel_size = 0;