Revision: 12636 http://sourceforge.net/p/skim-app/code/12636 Author: hofman Date: 2021-12-18 17:13:37 +0000 (Sat, 18 Dec 2021) Log Message: ----------- Allow getting number type from obtain command
Modified Paths: -------------- trunk/SKObtainCommand.m Modified: trunk/SKObtainCommand.m =================================================================== --- trunk/SKObtainCommand.m 2021-12-18 16:48:32 UTC (rev 12635) +++ trunk/SKObtainCommand.m 2021-12-18 17:13:37 UTC (rev 12636) @@ -61,7 +61,7 @@ type = cText; } else if (type == typeRichText || type == 'cha ' || type == 'cpar' || type == 'cwor' || type == 'catr' || type == typeStyledText) { type = typeRichText; - } else if (type == typeSInt32 || type == typeUInt32 || type == typeSInt16 || type == typeUInt16 || type == typeSInt64 || type == typeUInt64) { + } else if (type == typeSInt32 || type == typeUInt32 || type == typeSInt16 || type == typeUInt16 || type == typeSInt64 || type == typeUInt64 || type == 'nmbr') { type = typeSInt32; } else if (type == typeQDRectangle || type == typeRectangle) { type = typeQDRectangle; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit