r23189 by jghali - Oooops, committed a bit more than I should have
scribus-commit
scribus-commit at lists.scribus.net
Mon Sep 9 13:01:05 UTC 2019
Author: jghali
Date: Mon Sep 9 13:01:05 2019
New Revision: 23189
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23189
Log:
Oooops, committed a bit more than I should have
Modified:
trunk/Scribus/scribus/pageitem.h
Modified: trunk/Scribus/scribus/pageitem.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23189&path=/trunk/Scribus/scribus/pageitem.h
==============================================================================
--- trunk/Scribus/scribus/pageitem.h (original)
+++ trunk/Scribus/scribus/pageitem.h Mon Sep 9 13:01:05 2019
@@ -1690,8 +1690,8 @@
protected: // Start protected variables
PageItem *BackBox;
PageItem *NextBox;
- int firstChar;
- int m_maxChars;
+ uint firstChar;
+ uint m_maxChars;
bool m_sampleItem; ///< Used to not draw the frame for sample items
MarginStruct m_textDistanceMargins; ///< Left, Top, Bottom, Right distances of text from the frame
int verticalAlign;
More information about the scribus-commit
mailing list