Changeset 175 for smplayer/vendor/current/src/mpcgui/mpcgui.cpp
- Timestamp:
- May 3, 2016, 2:14:41 PM (10 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/mpcgui/mpcgui.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/mpcgui/mpcgui.cpp
r168 r175 52 52 if (pref->compact_mode) { 53 53 controlwidget->hide(); 54 timeslidewidget->hide(); 55 } 54 timeslidewidget->hide(); 55 } 56 57 applyStyles(); 56 58 } 57 59 … … 194 196 floating_control->setActivationArea( (AutohideWidget::Activation) pref->floating_activation_area); 195 197 floating_control->setHideDelay(pref->floating_hide_delay); 196 QTimer::singleShot( 500, floating_control, SLOT(activate()));198 QTimer::singleShot(00, floating_control, SLOT(activate())); 197 199 198 200
Note:
See TracChangeset
for help on using the changeset viewer.
