0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-20 06:30:03 +03:00

Bands movement has been fixed

This commit is contained in:
Arin Alexander
2019-03-04 22:33:01 +03:00
parent bc8750e5d4
commit 6cad2bd6db
7 changed files with 77 additions and 34 deletions

View File

@@ -433,6 +433,8 @@ namespace LimeReport {
private:
int from;
int to;
int reverceFrom;
int reverceTo;
};