r24802 by craig - Add in last string change prior to 1.5.8 for table row/column resizing

scribus-commit scribus-commit at lists.scribus.net
Tue Jan 11 07:08:21 UTC 2022


Author: craig
Date: Tue Jan 11 07:08:21 2022
New Revision: 24802

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24802
Log:
Add in last string change prior to 1.5.8 for table row/column resizing

Modified:
    trunk/Scribus/scribus/undomanager.cpp
    trunk/Scribus/scribus/undomanager.h

Modified: trunk/Scribus/scribus/undomanager.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24802&path=/trunk/Scribus/scribus/undomanager.cpp
==============================================================================
--- trunk/Scribus/scribus/undomanager.cpp	(original)
+++ trunk/Scribus/scribus/undomanager.cpp	Tue Jan 11 07:08:21 2022
@@ -666,6 +666,8 @@
 	UndoManager::TableTopBorder     = tr("Set table top border");
 	UndoManager::TableTopBorderRst  = tr("Reset table top border");
 	UndoManager::TableStyle         = tr("Set table style");
+	UndoManager::TableRowHeight     = tr("Set height of table row");
+	UndoManager::TableColumnWidth   = tr("Set width of table column");
 	UndoManager::SetFont            = tr("Set font");
 	UndoManager::SetFontSize        = tr("Set font size");
 	UndoManager::StartArrowScale    = tr("Set start arrow scale");
@@ -1004,6 +1006,8 @@
 QString UndoManager::TableTopBorder     = "";
 QString UndoManager::TableTopBorderRst  = "";
 QString UndoManager::TableStyle         = "";
+QString UndoManager::TableRowHeight     = "";
+QString UndoManager::TableColumnWidth   = "";
 QString UndoManager::SetFont            = "";
 QString UndoManager::SetFontSize        = "";
 QString UndoManager::SetFontWidth       = "";

Modified: trunk/Scribus/scribus/undomanager.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24802&path=/trunk/Scribus/scribus/undomanager.h
==============================================================================
--- trunk/Scribus/scribus/undomanager.h	(original)
+++ trunk/Scribus/scribus/undomanager.h	Tue Jan 11 07:08:21 2022
@@ -447,6 +447,8 @@
 	static QString TableTopBorder;
 	static QString TableTopBorderRst;
 	static QString TableStyle;
+	static QString TableRowHeight;
+	static QString TableColumnWidth;
 	static QString SetFont;
 	static QString SetFontSize;
 	static QString SetFontWidth;




More information about the scribus-commit mailing list