From 1677d109640f9b4a6f377f7ad2c98ee21b2d74d4 Mon Sep 17 00:00:00 2001 From: rwst Date: Thu, 13 Jul 2006 09:29:12 +0000 Subject: [PATCH] give _anchor initial value before comparing it --- src/ui/widget/panel.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2