Ignore:
Timestamp:
Feb 21, 2014, 4:44:11 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/baseguiplus.cpp

    r140 r154  
    6161        ignore_playlist_events = false;
    6262#endif
    63 
    6463
    6564        mainwindow_pos = pos();
     
    146145#endif // USE_DOCK_TOPLEVEL_EVENT
    147146
     147        connect(this, SIGNAL(openFileRequested()), this, SLOT(showAll()));
     148
    148149        ignore_playlist_events = false;
    149150#endif // DOCK_PLAYLIST
     
    304305                showAll( !isVisible() );
    305306        }
     307}
     308
     309void BaseGuiPlus::showAll() {
     310        if (!isVisible()) showAll(true);
    306311}
    307312
Note: See TracChangeset for help on using the changeset viewer.