mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
Remove call to start m_mousehide_timer in gs_frame constructor
This commit is contained in:
parent
144b185802
commit
9a51f22265
@ -75,10 +75,6 @@ gs_frame::gs_frame(const QRect& geometry, const QIcon& appIcon, const std::share
|
|||||||
// Configure the mouse hide on idle timer
|
// Configure the mouse hide on idle timer
|
||||||
connect(&m_mousehide_timer, &QTimer::timeout, this, &gs_frame::MouseHideTimeout);
|
connect(&m_mousehide_timer, &QTimer::timeout, this, &gs_frame::MouseHideTimeout);
|
||||||
m_mousehide_timer.setSingleShot(true);
|
m_mousehide_timer.setSingleShot(true);
|
||||||
if (m_hide_mouse_after_idletime)
|
|
||||||
{
|
|
||||||
m_mousehide_timer.start(m_hide_mouse_idletime); // we start the idle timer
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
m_tb_button = new QWinTaskbarButton();
|
m_tb_button = new QWinTaskbarButton();
|
||||||
|
Loading…
Reference in New Issue
Block a user