Patch #928 2006-03-15 17:57

dermeister

Show/hide tabs in message pane - display the correct icons.
Download
928-Show_hide_tabs.patch (418 bytes)
Category
Application::Bugfix
Status
Accepted
Close date
2006-03-20 21:12
Assigned to
 
Index: src/sdk/messagemanager.cpp
===================================================================
--- src/sdk/messagemanager.cpp  (revision 2199)
+++ src/sdk/messagemanager.cpp  (working copy)
@@ -513,6 +513,7 @@
     {
         m_pNotebook->GetImageList()->push_back(bitmap);
         m_pNotebook->SetPageImageIndex(index, m_pNotebook->GetImageList()->size() - 1);
+        m_Logs[id]->bitmap = bitmap;
     }
 }
dermeister 2006-03-15 17:58

This one was already discussed here:

http://forums.codeblocks.org/index.php?topic=2547.0

thomasdenk 2006-03-20 21:12

Hmm... strange, it complained "chunk size does not match". Anyway, thank you :)