 e683e915b8
			
		
	
	e683e915b8
	
	
	
		
			
			This fixes shadows that are animated not updating the clip of the widget they are drawn on. An example of this are the buttons in the CSS shadows example in gtk-demo. Reftest included
		
			
				
	
	
		
			22 lines
		
	
	
		
			715 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			715 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!-- Generated with glade 3.18.1 -->
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="3.12"/>
 | |
|   <object class="GtkWindow" id="window1">
 | |
|     <property name="width_request">500</property>
 | |
|     <property name="height_request">100</property>
 | |
|     <property name="can_focus">False</property>
 | |
|     <property name="type">popup</property>
 | |
|     <child>
 | |
|       <object class="GtkLabel" id="label1">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="can_focus">False</property>
 | |
|         <property name="label" translatable="yes">Hello World</property>
 | |
|         <style>
 | |
|           <class name="reference"/>
 | |
|         </style>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |