Ignore:
Timestamp:
Mar 19, 2012, 1:59:48 AM (12 years ago)
Author:
イグトランス (egtra)
Message:

egtraブランチの内容をマージ。

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ab5.0/abdev

    • Property svn:ignore set to
      *.opensdf
      *.sdf
      *.suo
      *.user
      int
      ipch
      out
  • trunk/ab5.0/abdev/abdev/TabCtrl.cpp

    r772 r828  
    357357        // タブ枠を描画
    358358        ////////////////////////////
    359         colorGray=reinterpret_cast<ItemInfo*>( item.lParam )->Color;
     359        colorGray=item.lParam ? reinterpret_cast<ItemInfo*>( item.lParam )->Color : RGB(0xcc, 0xcc, 0xcc);
    360360
    361361        //ブラシを生成
     
    412412        // タブ枠を描画
    413413        ////////////////////////////
    414         colorGray=reinterpret_cast<ItemInfo*>( item.lParam )->Color;
     414        colorGray=item.lParam ? reinterpret_cast<ItemInfo*>( item.lParam )->Color : RGB(0xcc, 0xcc, 0xcc);
    415415
    416416        //ブラシを生成
Note: See TracChangeset for help on using the changeset viewer.