Fixed cursor change not showing immediatly
Fixed error message when failed to create icon
This commit is contained in:
@@ -347,6 +347,8 @@ void NzWindowImpl::SetCursor(nzWindowCursor cursor)
|
||||
void NzWindowImpl::SetCursor(const NzCursor& cursor)
|
||||
{
|
||||
m_cursor = cursor.m_impl->GetCursor();
|
||||
|
||||
::SetCursor(m_cursor);
|
||||
}
|
||||
|
||||
void NzWindowImpl::SetEventListener(bool listener)
|
||||
|
||||
Reference in New Issue
Block a user