mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[PR #15] [MERGED] Fix for video input bug #1054
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1054
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/15
Author: @hjoelr
Created: 9/23/2016
Status: ✅ Merged
Merged: 9/23/2016
Merged by: @NickeManarin
Base:
master← Head:master📝 Commits (1)
2a98933Fixed bug where VideoSource window would not open because of unhandled exception📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
ScreenToGif/Windows/Other/VideoSource.xaml.cs(+4 -4)📄 Description
I was trying to use the video import feature (particularly for an MP4) and it was silently failing. After getting the source and doing some debugging I realized that the function implementations of the
IntegerUpDown.ValueChangedcontrols on the form had incorrect function syntax. After correcting the function syntax the form would load again.This PR resolves that issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.