Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDWindow: Fix known condition true/false #990

Merged

Commits on May 29, 2022

  1. JDWindow: Fix known condition true/false

    値が既知の条件があるとcppcheck 2.8に指摘されたため修正します。
    
    ```
    src/skeleton/window.cpp:621:17: style: Condition '!is_maximized_win()' is always true [knownConditionTrueFalse]
                if( ! is_maximized_win() && ! is_iconified_win() && get_window() ) set_win_pos();
                    ^
    ```
    ma8ma committed May 29, 2022
    Copy the full SHA
    fd3f60a View commit details
    Browse the repository at this point in the history