Kaydet (Commit) 2113992e authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Honor border width in a welded color picker for gtk3/x11

Change-Id: I1b59e85edb8e9df5be453dc0be1d7d1ffd100ceb
Reviewed-on: https://gerrit.libreoffice.org/56996
Tested-by: Jenkins
Reviewed-by: 's avatarMaxim Monastirsky <momonasmon@gmail.com>
üst 8161d9cf
...@@ -2939,6 +2939,9 @@ private: ...@@ -2939,6 +2939,9 @@ private:
} }
else else
{ {
//set border width
gtk_container_set_border_width(GTK_CONTAINER(m_pMenuHack), gtk_container_get_border_width(GTK_CONTAINER(m_pPopover)));
//steal popover contents and smuggle into toplevel display window //steal popover contents and smuggle into toplevel display window
GtkWidget* pChild = gtk_bin_get_child(GTK_BIN(m_pPopover)); GtkWidget* pChild = gtk_bin_get_child(GTK_BIN(m_pPopover));
g_object_ref(pChild); g_object_ref(pChild);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment