mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Workarounds for VC6.
This commit is contained in:
parent
cc607e0a38
commit
b952084419
44 changed files with 851 additions and 686 deletions
|
|
@ -852,7 +852,7 @@ void ListBox::setOutlineThickness (const int outlineThickness_)
|
|||
|
||||
void ListBox::setHeaderComponent (Component* const newHeaderComponent)
|
||||
{
|
||||
if (newHeaderComponent != headerComponent)
|
||||
if (headerComponent != newHeaderComponent)
|
||||
{
|
||||
headerComponent = newHeaderComponent;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue