File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -4712,6 +4712,7 @@ void QgsExpression::initVariableHelp()
47124712
47134713 // composition variables
47144714 gVariableHelpTexts .insert ( " layout_numpages" , QCoreApplication::translate ( " variable_help" , " Number of pages in composition." ) );
4715+ gVariableHelpTexts .insert ( " layout_page" , QCoreApplication::translate ( " variable_help" , " Current page number in composition." ) );
47154716 gVariableHelpTexts .insert ( " layout_pageheight" , QCoreApplication::translate ( " variable_help" , " Composition page height in mm." ) );
47164717 gVariableHelpTexts .insert ( " layout_pagewidth" , QCoreApplication::translate ( " variable_help" , " Composition page width in mm." ) );
47174718 gVariableHelpTexts .insert ( " layout_dpi" , QCoreApplication::translate ( " variable_help" , " Composition resolution (DPI)." ) );
You can’t perform that action at this time.
0 commit comments