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

CEditView::CreateOrUpdateCompatibleBitmap において画面バッファを作成する条件を変更 #1015

Merged
merged 1 commit into from
Aug 25, 2019
Merged

CEditView::CreateOrUpdateCompatibleBitmap において画面バッファを作成する条件を変更 #1015

merged 1 commit into from
Aug 25, 2019

Commits on Aug 25, 2019

  1. CEditView::CreateOrUpdateCompatibleBitmap において画面バッファを作成する条件を変更

    新規に作成する画面バッファの縦幅と横幅を既に作成済みの画面バッファの縦幅と横幅と比較して大きい場合のみ作成するように条件を変更
    新規に作成する画面バッファの縦幅横幅ともに小さいならば、既に作成済みの画面バッファを破棄して小さい画面バッファを作成する事はせずに使いまわすようにする。
    画面サイズの変更時に画面バッファの再作成処理が頻繁に動作しないようにする。
    beru committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    26fc354 View commit details
    Browse the repository at this point in the history