[PR #15] [MERGED] Fix for video input bug #1054

Closed
opened 2026-02-26 09:33:30 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 2a98933 Fixed 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.ValueChanged controls 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.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/15 **Author:** [@hjoelr](https://github.com/hjoelr) **Created:** 9/23/2016 **Status:** ✅ Merged **Merged:** 9/23/2016 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2a98933`](https://github.com/NickeManarin/ScreenToGif/commit/2a989337a1a0b3feb845eb6fd529b1defffcdc47) Fixed bug where VideoSource window would not open because of unhandled exception ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif/Windows/Other/VideoSource.xaml.cs` (+4 -4) </details> ### 📄 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.ValueChanged` controls on the form had incorrect function syntax. After correcting the function syntax the form would load again. This PR resolves that issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:33:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1054
No description provided.