[gthumb/gthumb-3-4] fixed headerbar buttons not shown correctly after activating a tool
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb/gthumb-3-4] fixed headerbar buttons not shown correctly after activating a tool
- Date: Wed, 17 Aug 2016 15:30:29 +0000 (UTC)
commit 6de497305e2633e2b70cd0fb14319f7e168d9b19
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Aug 15 15:14:19 2016 +0200
fixed headerbar buttons not shown correctly after activating a tool
gthumb/gth-browser.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index 00bb14a..76312ef 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -3030,6 +3030,8 @@ toolbox_options_visibility_cb (GthToolbox *toolbox,
gboolean toolbox_options_visible,
GthBrowser *browser)
{
+ _gth_browser_update_header_bar_content (browser);
+
if (toolbox_options_visible) {
GtkWidget *file_tool;
@@ -3050,8 +3052,6 @@ toolbox_options_visibility_cb (GthToolbox *toolbox,
}
_gtk_container_remove_children (GTK_CONTAINER
(browser->priv->header_sections[GTH_BROWSER_HEADER_SECTION_EDITOR_COMMANDS]), NULL, NULL);
}
-
- _gth_browser_update_header_bar_content (browser);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]