Changeset 156 for smplayer/trunk/src/baseguiplus.cpp
- Timestamp:
- Feb 21, 2014, 5:26:03 PM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 154
- Property svn:mergeinfo changed
-
smplayer/trunk/src/baseguiplus.cpp
r142 r156 61 61 ignore_playlist_events = false; 62 62 #endif 63 64 63 65 64 mainwindow_pos = pos(); … … 146 145 #endif // USE_DOCK_TOPLEVEL_EVENT 147 146 147 connect(this, SIGNAL(openFileRequested()), this, SLOT(showAll())); 148 148 149 ignore_playlist_events = false; 149 150 #endif // DOCK_PLAYLIST … … 304 305 showAll( !isVisible() ); 305 306 } 307 } 308 309 void BaseGuiPlus::showAll() { 310 if (!isVisible()) showAll(true); 306 311 } 307 312
Note:
See TracChangeset
for help on using the changeset viewer.