UPDATE[API rename]: set_column_with => set_columns_with
Similarly set_row_height => set_rows_height
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
dd9ca4224d
commit
4095b7db6e
@@ -508,5 +508,5 @@ fn test_user_model() {
|
||||
fs::remove_file(temp_file_name).unwrap();
|
||||
|
||||
// we can still use the model afterwards
|
||||
model.set_row_height(0, 1, 100.0).unwrap();
|
||||
model.set_rows_height(0, 1, 1, 100.0).unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user