Blame SOURCES/0003-gtk3-wayland-start-floating-windows-hidden.patch

f325b2
From dab2582f05979cd99a5937cb95a387cfed70bb8d Mon Sep 17 00:00:00 2001
f325b2
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
f325b2
Date: Wed, 16 Dec 2015 14:18:11 +0000
f325b2
Subject: [PATCH 3/3] gtk3+wayland: start floating windows hidden
f325b2
f325b2
once they are visible we can't move them under wayland, so
f325b2
start then hidden, move them and then show
f325b2
f325b2
these floating windows are very delicate.
f325b2
f325b2
Change-Id: Ia233c23f25cec453df79ef70cab6210dbdd280a0
f325b2
---
f325b2
 sfx2/uiconfig/ui/floatingrecord.ui  | 1 -
f325b2
 svx/uiconfig/ui/colorwindow.ui      | 1 -
f325b2
 svx/uiconfig/ui/floatingundoredo.ui | 1 -
f325b2
 3 files changed, 3 deletions(-)
f325b2
f325b2
diff --git a/sfx2/uiconfig/ui/floatingrecord.ui b/sfx2/uiconfig/ui/floatingrecord.ui
f325b2
index 653867a..9136b38 100644
f325b2
--- a/sfx2/uiconfig/ui/floatingrecord.ui
f325b2
+++ b/sfx2/uiconfig/ui/floatingrecord.ui
f325b2
@@ -3,7 +3,6 @@
f325b2
 <interface>
f325b2
   <requires lib="gtk+" version="3.0"/>
f325b2
   <object class="GtkWindow" id="FloatingRecord">
f325b2
-    <property name="visible">True</property>
f325b2
     <property name="can_focus">False</property>
f325b2
     <property name="no_show_all">True</property>
f325b2
     <property name="border_width">6</property>
f325b2
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui
f325b2
index 71cda63..9482562 100644
f325b2
--- a/svx/uiconfig/ui/colorwindow.ui
f325b2
+++ b/svx/uiconfig/ui/colorwindow.ui
f325b2
@@ -17,7 +17,6 @@
f325b2
     <property name="icon_size">1</property>
f325b2
   </object>
f325b2
   <object class="GtkWindow" id="palette_popup_window">
f325b2
-    <property name="visible">True</property>
f325b2
     <property name="can_focus">False</property>
f325b2
     <property name="hexpand">True</property>
f325b2
     <property name="vexpand">True</property>
f325b2
diff --git a/svx/uiconfig/ui/floatingundoredo.ui b/svx/uiconfig/ui/floatingundoredo.ui
f325b2
index 10491f8..66f30a6 100644
f325b2
--- a/svx/uiconfig/ui/floatingundoredo.ui
f325b2
+++ b/svx/uiconfig/ui/floatingundoredo.ui
f325b2
@@ -3,7 +3,6 @@
f325b2
 <interface>
f325b2
   <requires lib="gtk+" version="3.0"/>
f325b2
   <object class="GtkWindow" id="FloatingUndoRedo:border">
f325b2
-    <property name="visible">True</property>
f325b2
     <property name="can_focus">False</property>
f325b2
     <property name="hexpand">True</property>
f325b2
     <property name="vexpand">True</property>
f325b2
-- 
f325b2
2.5.0
f325b2