mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #2179 from atomnuker/master
Fix crash with stacking layout after f42bf0ad4
			
			
This commit is contained in:
		
						commit
						9ba72433b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -645,7 +645,7 @@ static void render_container_simple(struct sway_output *output,
 | 
				
			||||||
			if (child->sway_view->border == B_NORMAL) {
 | 
								if (child->sway_view->border == B_NORMAL) {
 | 
				
			||||||
				render_titlebar(output, damage, child, child->x, child->y,
 | 
									render_titlebar(output, damage, child, child->x, child->y,
 | 
				
			||||||
						child->width, colors, title_texture, marks_texture);
 | 
											child->width, colors, title_texture, marks_texture);
 | 
				
			||||||
			} else if (con->sway_view->border != B_NONE) {
 | 
								} else {
 | 
				
			||||||
				render_top_border(output, damage, child, colors);
 | 
									render_top_border(output, damage, child, colors);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			render_view(output, damage, child, colors);
 | 
								render_view(output, damage, child, colors);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue