~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/interface/aui_notebook_ex.cpp

  • Committer: Package Import Robot
  • Author(s): Adrien Cunin
  • Date: 2012-12-07 17:17:17 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20121207171717-nt6as62u4pa1uv11
Tags: 3.6.0.2-1ubuntu1
* Merge from Debian experimental. Remaining Ubuntu change:
   - Added debian/patches/11_use-decimal-si-by-default.patch in order to
     comply with UnitsPolicy

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
 
249
249
 
250
250
        virtual void DrawTab(wxDC& dc,
251
 
                         wxWindow* wnd,
252
 
                         const wxAuiNotebookPage& pane,
253
 
                         const wxRect& in_rect,
254
 
                         int close_button_state,
255
 
                         wxRect* out_tab_rect,
256
 
                         wxRect* out_button_rect,
257
 
                         int* x_extent)
 
251
                                                 wxWindow* wnd,
 
252
                                                 const wxAuiNotebookPage& pane,
 
253
                                                 const wxRect& in_rect,
 
254
                                                 int close_button_state,
 
255
                                                 wxRect* out_tab_rect,
 
256
                                                 wxRect* out_button_rect,
 
257
                                                 int* x_extent)
258
258
        {
259
259
#ifndef __WXMAC__
260
260
                m_base_colour = wxSystemSettings::GetColour(TABCOLOUR);
383
383
        size_t page = (size_t)GetSelection();
384
384
        if (page >= m_highlighted.size())
385
385
                return;
386
 
        
 
386
 
387
387
        m_highlighted[page] = false;
388
388
}
389
389