mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Fixed a typo
This commit is contained in:
parent
b6e7ba75df
commit
f766718b16
1 changed files with 1 additions and 1 deletions
|
|
@ -4235,7 +4235,7 @@ void* CustomMouseCursorInfo::create() const
|
|||
|
||||
void MouseCursor::deleteMouseCursor (void* const cursorHandle, const bool)
|
||||
{
|
||||
if (cursorHandler != nullptr)
|
||||
if (cursorHandle != nullptr)
|
||||
{
|
||||
ScopedXDisplay xDisplay;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue