[PR #974] Modified to avoid binding-related warning messages when running the editor #1279

Open
opened 2026-02-26 09:34:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/974
Author: @akon47
Created: 8/20/2021
Status: 🔄 Open

Base: devHead: master


📝 Commits (1)

  • b772044 Modified to avoid binding-related warning messages when running the editor

📊 Changes

3 files changed (+37 additions, -2 deletions)

View changed files

📝 ScreenToGif/ScreenToGif.csproj (+1 -0)
ScreenToGif/Util/Converters/DoubleToNotNanDouble.cs (+33 -0)
📝 ScreenToGif/Windows/Editor.xaml (+3 -2)

📄 Description

Add converter not to return NaN, as a warning occurs when the Width and Height values of CaptionOverlayGrid are Double.NaN.


🔄 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/974 **Author:** [@akon47](https://github.com/akon47) **Created:** 8/20/2021 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `master` --- ### 📝 Commits (1) - [`b772044`](https://github.com/NickeManarin/ScreenToGif/commit/b7720442533a50a2695c6d5e4c5163c4cbc50fb2) Modified to avoid binding-related warning messages when running the editor ### 📊 Changes **3 files changed** (+37 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif/ScreenToGif.csproj` (+1 -0) ➕ `ScreenToGif/Util/Converters/DoubleToNotNanDouble.cs` (+33 -0) 📝 `ScreenToGif/Windows/Editor.xaml` (+3 -2) </details> ### 📄 Description Add converter not to return NaN, as a warning occurs when the Width and Height values of CaptionOverlayGrid are Double.NaN. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1279
No description provided.