[Lazarus] Cocoa: restoring windows order after reactivating the application

AlexeyT aaa5500 at ya.ru
Sat Jun 15 15:27:42 CEST 2019


https://github.com/graemeg/lazarus/commit/4a95f3638a6ec38e6c975164b52c9f6d54c7ad10

orderArray. Better make its type "array of TWinOrderLevel" and set its 
size as SetLength(orderArray, N), and SetLength(orderArray, 0) to free. 
This is better practice, more pascalish way to allocate array.

-- 
Regards,
Alexey



More information about the lazarus mailing list