Changeset 154 for smplayer/vendor/current/src/baseguiplus.cpp
- Timestamp:
- Feb 21, 2014, 4:44:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/baseguiplus.cpp
r140 r154 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.