[commit] r1436 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Jul 26 11:00:47 CDT 2011
Author: ksmyth
Date: Tue Jul 26 11:00:47 2011
New Revision: 1436
Log:
Show Search pane even when the Console and Search share a tabgroup
Modified:
trunk/GME/Gme/MainFrm.cpp
Modified: trunk/GME/Gme/MainFrm.cpp
==============================================================================
--- trunk/GME/Gme/MainFrm.cpp Tue Jul 26 10:59:02 2011 (r1435)
+++ trunk/GME/Gme/MainFrm.cpp Tue Jul 26 11:00:47 2011 (r1436)
@@ -794,10 +794,7 @@
void CMainFrame::OnEditSearch()
{
- if(!m_search.IsVisible())
- {
- m_search.ShowPane(TRUE, FALSE, TRUE);
- }
+ m_search.ShowPane(TRUE, FALSE, TRUE);
/* CRect searchWindowRect;
m_search.GetWindowRect(&searchWindowRect);
if (m_search.CanBeResized() && searchWindowRect.Height() <= searchWindowRect.GetCaptionHeight()) {
More information about the gme-commit
mailing list