Collapse switch for imguiColorWheel() is now always enabeld.

This commit is contained in:
Dario Manesku 2014-10-12 19:49:36 +02:00
parent 43b9802b48
commit 9605583491

View file

@ -3277,7 +3277,7 @@ void imguiColorWheel(const char* _text, float _rgb[3], bool& _activated, bool _e
, _rgb[2]
);
if (imguiCollapse(_text, buf, _activated, _enabled) )
if (imguiCollapse(_text, buf, _activated) )
{
_activated = !_activated;
}