mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Correctly track parent of print dialog
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									6332976c3d
								
							
						
					
					
						commit
						5ca13b0024
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -11,7 +11,7 @@ | ||||||
| #include <QPrintPreviewDialog> | #include <QPrintPreviewDialog> | ||||||
| #include <QPrintDialog> | #include <QPrintDialog> | ||||||
| 
 | 
 | ||||||
| PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f) | PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f) | ||||||
| { | { | ||||||
| 	// options template (are we storing these in the settings?)
 | 	// options template (are we storing these in the settings?)
 | ||||||
| 	struct options tempOptions = {options::PRETTY, 0, 2, false, 65, 15, 12}; | 	struct options tempOptions = {options::PRETTY, 0, 2, false, 65, 15, 12}; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue