r24828 by craig - Undo test fix for #14176
scribus-commit
scribus-commit at lists.scribus.net
Thu Jan 27 23:15:55 UTC 2022
Author: craig
Date: Thu Jan 27 23:15:55 2022
New Revision: 24828
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24828
Log:
Undo test fix for #14176
Modified:
branches/Version15x/Scribus/scribus/pageitem_textframe.cpp
Modified: branches/Version15x/Scribus/scribus/pageitem_textframe.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24828&path=/branches/Version15x/Scribus/scribus/pageitem_textframe.cpp
==============================================================================
--- branches/Version15x/Scribus/scribus/pageitem_textframe.cpp (original)
+++ branches/Version15x/Scribus/scribus/pageitem_textframe.cpp Thu Jan 27 23:15:55 2022
@@ -4537,7 +4537,7 @@
notes2DEL.append(QPair<TextNote*, int>(mark->getNotePtr(), i));
}
}
- else if (!itemText.hasMark(start))
+ else //?? 14176 maybe if (!itemText.hasMark(start))
{
//delete marks from selected text (with undo)
marksNum = removeMarksFromText(true);
More information about the scribus-commit
mailing list