[goffice] Show the axis format page



commit a48a1aa4bfc0da7422f88d38b4d365b33566ad0c
Author: Jean Brefort <jean brefort normalesup org>
Date:   Tue Mar 5 16:36:26 2013 +0100

    Show the axis format page

 ChangeLog                |    4 ++++
 goffice/graph/gog-axis.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ae1b461..e862fe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-05  Jean Brefort  <jean brefort normalesup org>
+
+       * goffice/graph/gog-axis.c (gog_axis_populate_editor): show the format page.
+
 2013-03-04  Jean Brefort  <jean brefort normalesup org>
 
        * goffice/utils/go-style.c (text_layout_init): show the widget.
diff --git a/goffice/graph/gog-axis.c b/goffice/graph/gog-axis.c
index e3e5c3e..81ee9ac 100644
--- a/goffice/graph/gog-axis.c
+++ b/goffice/graph/gog-axis.c
@@ -2991,6 +2991,7 @@ gog_axis_populate_editor (GogObject *gobj,
                    if (fmt)
                            go_format_sel_set_style_format (GO_FORMAT_SEL (w),
                                                            fmt);
+                       gtk_widget_show (w);
 
                    go_editor_add_page (editor, w, _("Format"));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]