diff 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
line wrap: on
line diff
--- a/mac/dw.m	Sun Feb 07 11:39:24 2021 +0000
+++ b/mac/dw.m	Sun Feb 07 12:45:40 2021 +0000
@@ -7456,7 +7456,7 @@
     [tree reloadDataForRowIndexes:[NSIndexSet indexSetWithIndex:row]
                     columnIndexes:[NSIndexSet indexSetWithIndex:0]];
 #else
-	[tree reloadData];
+    [tree reloadData];
 #endif
     DW_LOCAL_POOL_OUT;
     DW_FUNCTION_RETURN_NOTHING;