Fixed undo/redo of copy/paste
authorinsilmaril
Thu, 14 Jun 2007 10:21:41 +0000
changeset 50348ca4c364eab
parent 502 f3465a5f0dc4
child 504 731728086341
Fixed undo/redo of copy/paste
texteditor.cpp
     1.1 --- a/texteditor.cpp	Thu Jun 14 10:21:41 2007 +0000
     1.2 +++ b/texteditor.cpp	Thu Jun 14 10:21:41 2007 +0000
     1.3 @@ -59,10 +59,7 @@
     1.4  	resize (settings.value ( "/satellite/noteeditor/geometry/size", QSize(450,600)).toSize());
     1.5  	move   (settings.value ( "/satellite/noteeditor/geometry/pos", QPoint (250,50)).toPoint());
     1.6  	
     1.7 -	if (settings.value ( "/satellite/noteeditor/showWithMain",true).toBool())
     1.8 -		setShowWithMain (true);
     1.9 -	else	
    1.10 -		setShowWithMain (false);
    1.11 +	setShowWithMain (settings.value ( "/satellite/noteeditor/showWithMain",true).toBool());
    1.12  
    1.13  	varFont.fromString( settings.value
    1.14  		("/satellite/noteeditor/fonts/varFont",