mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	LibGUI: Run clang-format on TableView.cpp
This commit is contained in:
		
							parent
							
								
									f7d8174bee
								
							
						
					
					
						commit
						df98c9ebbe
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -155,7 +155,6 @@ void TableView::paint_event(PaintEvent& event) | ||||||
|             x += column_width + horizontal_padding() * 2; |             x += column_width + horizontal_padding() * 2; | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
|         if (is_focused() && cursor_style() == CursorStyle::Row && row_index == cursor_index().row()) { |         if (is_focused() && cursor_style() == CursorStyle::Row && row_index == cursor_index().row()) { | ||||||
|             painter.draw_rect(row_rect, widget_background_color); |             painter.draw_rect(row_rect, widget_background_color); | ||||||
|             painter.draw_focus_rect(row_rect, palette().focus_outline()); |             painter.draw_focus_rect(row_rect, palette().focus_outline()); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling