-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In dd9895c the `printf` syntax using `%02d` was replaced with `QString` and its `arg` function. The default fill character of `arg` is a whitespace. This broke the formatting of the color code if they had a leading zero in any component. In 22c838b this was fixed for `Timecode.cpp`. The same fix was now also applied in the other places.
- Loading branch information
1 parent
e0642dc
commit 85720f0
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters