cocoa: fix image caching behavior

git-svn-id: trunk@58828 -
This commit is contained in:
dmitry 2018-09-02 22:14:40 +00:00
parent 0885bac2f2
commit 3eee5aa2a6

View File

@ -359,6 +359,7 @@ begin
end;
end else
img := nil;
Result := img;
end;
function TCocoaTableListView.acceptsFirstResponder: Boolean;