- Timestamp:
- Jan 30, 2011, 3:27:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/abdev/TabCtrl.cpp
r772 r790 357 357 // タブ枠を描画 358 358 //////////////////////////// 359 colorGray= reinterpret_cast<ItemInfo*>( item.lParam )->Color;359 colorGray=item.lParam ? reinterpret_cast<ItemInfo*>( item.lParam )->Color : RGB(0xcc, 0xcc, 0xcc); 360 360 361 361 //ブラシを生成 … … 412 412 // タブ枠を描画 413 413 //////////////////////////// 414 colorGray= reinterpret_cast<ItemInfo*>( item.lParam )->Color;414 colorGray=item.lParam ? reinterpret_cast<ItemInfo*>( item.lParam )->Color : RGB(0xcc, 0xcc, 0xcc); 415 415 416 416 //ブラシを生成
Note:
See TracChangeset
for help on using the changeset viewer.