diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-02-27 15:20:13 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-03-02 11:38:17 +0900 |
commit | ec4fce4b23baeb899a8fc1ddf5e1ef5866bf6746 (patch) | |
tree | 77ff1fd965649bb584e065dd1052bd9d6c671c08 /svtools/source | |
parent | e70007a55574ecffba4be96a7e081f7cc0539ba2 (diff) |
in tabbar - don't show tab background on tab add (plus icon)
Change-Id: Ibe6ff1164382474ff120078bacf28344bc1b1985
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/control/tabbar.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index d09675f4468b..2477d8c3f140 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -1337,7 +1337,6 @@ void TabBar::Paint( const Rectangle& rect ) // Draw the insert tab at the right end. Rectangle aRect = ImplGetInsertTabRect(pItem); aDrawer.setRect(aRect); - aDrawer.drawTab(); aDrawer.drawPlusImage(); } |