• Kohei Yoshida's avatar
    Flush modified data to the model when pressing OK in the data table dialog. · 483a4b54
    Kohei Yoshida yazdı
    This dialog used to have no OK / Cancel buttons, and the data would get
    flushed when the dialog got dismissed.  This behavior got lost during the
    dialog conversion.
    
    Also, SaveModified() does check whether or not the data table is modified.
    No need to call IsModified() before calling SaveModified().
    
    Change-Id: I5cea88cb52127cc5c7c1be67a5a592d87df92d0c
    483a4b54
ChartController_EditData.cxx 2.25 KB