Ignore:
Timestamp:
Nov 16, 2015 3:25:51 PM (8 years ago)
Author:
boeske
Message:

Added checkbox for cyclic fill flag in mrungui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/mrungui/mainwindow.cpp

    r1612 r1723  
    768768        }
    769769
     770       
     771       
     772        int status_cycfill = ui->check_cycfill->checkState();
     773
     774        if (status_cycfill == 2)
     775        {
     776            param[0]=param[0]+" cycfill";
     777        }
     778
     779
     780       
    770781        param[0]=param[0]+"\" ";
    771782
Note: See TracChangeset for help on using the changeset viewer.