<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - unsuitable colour feedback when selecting multiple sheet in calc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=97555">bug 97555</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>needsDevEval
           </td>
           <td>
                
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - unsuitable colour feedback when selecting multiple sheet in calc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=97555#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - unsuitable colour feedback when selecting multiple sheet in calc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=97555">bug 97555</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>AFAIK the colors in the render context are the same as the window settings,
unselected tabs are in window border color, unless the tab has a custom color
assigned, and the background color is used as selected tab color. This IMHO is
even consistent with style guides. Using the (text or cell) selection color
there is not expected. Drawing a bottom bar same as for colored tabs but in the
unselected tab color probably is the better solution, though that still would
look odd to me.

However, implementation is in svtools/source/control/tabbar.cxx class TabDrawer
drawColorLine() called from drawTab() if (mbCustomColored && mbSelected), that
could be adapted to drawColorLine() with maUnselectedColor for not
mbCustomColored.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>