mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #991] [MERGED] Fix caption loss due to CW command #1796
Reference in New Issue
Block a user
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/CCExtractor/ccextractor/pull/991
Author: @thetransformerr
Created: 7/12/2018
Status: ✅ Merged
Merged: 7/17/2018
Merged by: @cfsmp3
Base:
master← Head:thetransformerr-patch-2📝 Commits (3)
cc61d52add code to copy window data before CW commandec88dbeUpdate ccx_decoders_708.c9d76728Update ccx_decoders_708.c📊 Changes
1 file changed (+15 additions, -2 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_708.c(+15 -2)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Whenever ClearWindow command is issued to currently visible window , the captions stored in window are not copied to screen , since only toggle, hide window and delete window command do that right now , therefore data was out, with this PR , the caption are copied to screen and printed if there is some data and window was visible when Clearwindow was issued.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.