View Issue Details

IDProjectCategoryView StatusLast Update
0015773ScribusInternalpublic2019-09-10 15:14
ReporterItoh Shimon Assigned Tojghali  
PrioritylowSeveritytrivialReproducibilityN/A
Status closedResolutionfixed 
Product Version1.5.6.svn 
Fixed in Version1.5.6.svn 
Summary0015773: Fix indent in scribus/pageitem_textframe.h
DescriptionFix indent in scribus/pageitem_textframe.h.
TagsNo tags attached.
PatchYes

Activities

Itoh Shimon

2019-08-17 14:38

reporter  

fix-indent-1.patch (2,253 bytes)   
Index: scribus/pageitem_textframe.h
===================================================================
--- scribus/pageitem_textframe.h	(リビジョン 23135)
+++ scribus/pageitem_textframe.h	(作業コピー)
@@ -55,10 +55,10 @@ class SCRIBUS_API PageItem_TextFrame : public Page
 
 	PageItem_TextFrame * asTextFrame() override { return this; }
 	bool isTextFrame() const override { return true; }
-	
+
 	void clearContents() override;
 	void truncateContents() override;
-	
+
 	/**
 	* \brief Handle keyboard interaction with the text frame while in edit mode
 	* @param k key event
@@ -68,7 +68,7 @@ class SCRIBUS_API PageItem_TextFrame : public Page
 	void deleteSelectedTextFromFrame();
 	void ExpandSel(int oldPos);
 	void deselectAll();
-	
+
 	//for speed up updates when changed was only one frame from chain
 	virtual void invalidateLayout(bool wholeChain);
 	using PageItem::invalidateLayout;
@@ -79,7 +79,7 @@ class SCRIBUS_API PageItem_TextFrame : public Page
 
 	double columnWidth();
 
-    //enable/disable marks inserting actions depending on editMode
+	//enable/disable marks inserting actions depending on editMode
 	void toggleEditModeActions();
 	QRegion availableRegion() { return m_availableRegion; }
 
@@ -92,7 +92,7 @@ class SCRIBUS_API PageItem_TextFrame : public Page
 	//void drawOverflowMarker(ScPainter *p);
 	void drawUnderflowMarker(ScPainter *p);
 	void drawColumnBorders(ScPainter *p);
-	
+
 	bool unicodeTextEditMode;
 	int unicodeInputCount;
 	QString unicodeInputString;
@@ -119,7 +119,7 @@ class SCRIBUS_API PageItem_TextFrame : public Page
 	bool checkKeyIsShortcut(QKeyEvent *k);
 	QRectF m_origAnnotPos;
 	void updateBulletsNum();
-	
+
 private slots:
 	void slotInvalidateLayout(int firstItem, int endItem);
 
@@ -149,7 +149,7 @@ private slots:
 	NotesInFrameMap updateNotesFrames(QMap<int, Mark*> noteMarksPosMap); //update notes frames content
 	void updateNotesMarks(NotesInFrameMap notesMap);
 	Mark* selectedMark(bool onlySelection = true);
-    TextNote* selectedNoteMark(int& foundPos, bool onlySelection = true);
+	TextNote* selectedNoteMark(int& foundPos, bool onlySelection = true);
 	TextNote* selectedNoteMark(bool onlySelection = true);
 protected:
 	// set text frame height to last line of text
fix-indent-1.patch (2,253 bytes)   

jghali

2019-08-17 14:46

administrator   ~0046473

Committed, thanks!

FirasH

2019-09-10 15:14

developer   ~0046655

Thanks!
Fixed in 1.5.6.svn r23136.

Issue History

Date Modified Username Field Change
2019-08-17 14:38 Itoh Shimon New Issue
2019-08-17 14:38 Itoh Shimon File Added: fix-indent-1.patch
2019-08-17 14:45 jghali Category General => Internal
2019-08-17 14:45 jghali Summary Fix indent => Fix indent in scribus/pageitem_textframe.h
2019-08-17 14:46 jghali Assigned To => jghali
2019-08-17 14:46 jghali Status new => resolved
2019-08-17 14:46 jghali Resolution open => fixed
2019-08-17 14:46 jghali Fixed in Version => 1.5.6.svn
2019-08-17 14:46 jghali Note Added: 0046473
2019-09-10 15:14 FirasH Status resolved => closed
2019-09-10 15:14 FirasH Note Added: 0046655