Author Topic: A small bug on tab view  (Read 3005 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
A small bug on tab view
« on: March 02, 2009, 08:00:28 am »
Sometimes, I open many files, so, there are many tabs. But when I close some of them, can the rest tabs move to the empty space automatically? See the screen shot below, Thanks.



[attachment deleted by admin]
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.