Ticket #7906: drivesetup_Support_cpp_r42520.diff

File drivesetup_Support_cpp_r42520.diff, 536 bytes (added by oco, 13 years ago)
  • src/apps/drivesetup/Support.cpp

     
    101101    fStartOffset(minValue),
    102102    fEndOffset(maxValue)
    103103{
    104     SetBarColor((rgb_color){ 0, 80, 255, 255 });
     104    rgb_color fillColor = (rgb_color){ 0, 80, 255, 255 };
     105    UseFillColor(true, &fillColor);
    105106    char minString[64];
    106107    char maxString[64];
    107108    snprintf(minString, sizeof(minString), B_TRANSLATE("Offset: %ld MB"),