The Thumbnail toolbar disappears when vlc player is switched to always on top mode, <div>the toolbar does not reappear even when the player is switched back to normal mode</div><div>(not "always on top"), the toolbar does not reappear until the player is restarted.</div>
<div><br></div><div>From the source code i figured appropriate changes need to be made in the following lines </div><div>of code in "modules\gui\qt4\main_interface_win32.cpp" file:</div><div><br></div><div><div>
bool MainInterface::winEvent ( MSG * msg, long * result )</div><div>{</div><div>    if (msg->message == taskbar_wmsg)</div><div>    {</div><div>        //We received the "taskbarbuttoncreated" message, now we can really create the buttons</div>
<div>        createTaskBarButtons();</div><div>    }</div><div><br></div><div>other messages when the vlc player switches between different modes("always on top")</div><div> need to be added in the if condition. </div>
<div><br></div>-- <br>Abhay Gupta<br>3rd yr Electrical IDD<br>Indian Institute of Technology Roorkee.<br><br>
</div>