mirror of
				https://github.com/Xetibo/ReSet.git
				synced 2025-11-04 09:45:19 +01:00 
			
		
		
		
	Merge pull request #29 from Xetibo/ina
Re-beautify file formatting again
This commit is contained in:
		
						commit
						0dd56207c8
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -53,8 +53,7 @@ impl Window {
 | 
				
			||||||
                let result = y.downcast_ref::<SidebarEntry>().unwrap();
 | 
					                let result = y.downcast_ref::<SidebarEntry>().unwrap();
 | 
				
			||||||
                let clickEvent = result.imp().onClickEvent.borrow().onClickEvent;
 | 
					                let clickEvent = result.imp().onClickEvent.borrow().onClickEvent;
 | 
				
			||||||
                (clickEvent)(flowbox.resetMain.get());
 | 
					                (clickEvent)(flowbox.resetMain.get());
 | 
				
			||||||
            }),
 | 
					            }));
 | 
				
			||||||
            );
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        selfImp.resetClose.connect_clicked(clone!(@ weak self as window => move |_| {
 | 
					        selfImp.resetClose.connect_clicked(clone!(@ weak self as window => move |_| {
 | 
				
			||||||
            window.close();
 | 
					            window.close();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue