kopia lustrzana https://github.com/jameshball/osci-render
Return resizing cursor on resizer bar
rodzic
51387642af
commit
063b33e956
|
@ -352,5 +352,5 @@ juce::MouseCursor OscirenderLookAndFeel::getMouseCursorFor(juce::Component& comp
|
||||||
if (comboBox != nullptr) {
|
if (comboBox != nullptr) {
|
||||||
return juce::MouseCursor::PointingHandCursor;
|
return juce::MouseCursor::PointingHandCursor;
|
||||||
}
|
}
|
||||||
return juce::MouseCursor::NormalCursor;
|
return juce::LookAndFeel_V4::getMouseCursorFor(component);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue