Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Fixed Webcam view #31

Merged
merged 1 commit into from
May 23, 2014
Merged

Fixed Webcam view #31

merged 1 commit into from
May 23, 2014

Conversation

burakcan
Copy link
Contributor

Thanks @szkl

@szkl
Copy link
Member

szkl commented May 23, 2014

Array::forEach passes index and array object additional to the item in the array, to the given function which is in this case KDView::addSubView. KDView::addSubView takes index argument as selector parameter and array argument as shouldPrepend parameter. This makes KDView::addSubView misbehave in KDWebcamView.

humanchimp added a commit that referenced this pull request May 23, 2014
@humanchimp humanchimp merged commit 06e7fe9 into master May 23, 2014
@humanchimp humanchimp deleted the master.webcamView branch May 23, 2014 00:32
@sinan
Copy link
Member

sinan commented May 23, 2014

nice catch :)

On May 22, 2014, at 5:20 PM, Sönmez Kartal [email protected] wrote:

Array::forEach passes index and array object additional to the item in the array, to the given function which is in this case KDView::addSubView. KDView::addSubView takes index argument as selector parameter and array argument as shouldPrepend parameter. This makes KDView::addSubView misbehave in KDWebcamView.


Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants