Revision b008985...
Go back to digest for 5th June 2011Bug Fixes in Development Tools
Alexander Dymo committed changes in [kdevplatform] sublime/container.cpp:
Repaint filename and file icon status on view change only in tabless mode.
Reasons:
- tabbar doesn't need this, it does repainting itself
- this triggered a full tabbar repaint which is not desirable:
tab positions changed randomly after moving to next/prev view
one such buggy case was:
a) open N tabs (more than fits the screen)
b) switch to the last tab
c) switch to the previous tab => last tab hides, the whole tab row "moves" right
This is an improvement over rev. 157b6e07
File Changes
Modified 1 files
- sublime/container.cpp
1 files changed in total