Changeset 159
- Timestamp:
- 01/23/06 01:05:49 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gui/messagelog/messagelog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/messagelog/messagelog.cpp
r158 r159 120 120 MessageLog::saveChanges() 121 121 { 122 /* Hide the settings frame and reset toggle button*/ 123 ui.btnToggleSettings->setChecked(false); 124 ui.frmSettings->setVisible(false); 125 122 126 /* Disable the cursor to prevent problems while refiltering */ 123 127 QApplication::setOverrideCursor(Qt::WaitCursor); … … 161 165 MessageLog::cancelChanges() 162 166 { 167 /* Hide the settings frame and reset toggle button */ 168 ui.btnToggleSettings->setChecked(false); 169 ui.frmSettings->setVisible(false); 170 171 /* Reload the settings */ 163 172 _loadSettings(); 164 173 }
