comparison mac/dw.m @ 2296:5dd3108db1a5

Update the readme with GTK4 and Mac information, plus a minor code cleanup.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 07 Feb 2021 12:45:40 +0000
parents 19242334712f
children 46e60dca8285
comparison
equal deleted inserted replaced
2295:2a208d5400c5 2296:5dd3108db1a5
7454 #ifdef BUILDING_FOR_SNOW_LEOPARD 7454 #ifdef BUILDING_FOR_SNOW_LEOPARD
7455 NSInteger row = [tree rowForItem:item]; 7455 NSInteger row = [tree rowForItem:item];
7456 [tree reloadDataForRowIndexes:[NSIndexSet indexSetWithIndex:row] 7456 [tree reloadDataForRowIndexes:[NSIndexSet indexSetWithIndex:row]
7457 columnIndexes:[NSIndexSet indexSetWithIndex:0]]; 7457 columnIndexes:[NSIndexSet indexSetWithIndex:0]];
7458 #else 7458 #else
7459 [tree reloadData]; 7459 [tree reloadData];
7460 #endif 7460 #endif
7461 DW_LOCAL_POOL_OUT; 7461 DW_LOCAL_POOL_OUT;
7462 DW_FUNCTION_RETURN_NOTHING; 7462 DW_FUNCTION_RETURN_NOTHING;
7463 } 7463 }
7464 7464