mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-23 10:50:42 +00:00
FIXED : css display attribute was incorrectly set
This commit is contained in:
+1
-1
@@ -1596,7 +1596,7 @@ var CPViewHighDPIDrawingEnabled = YES;
|
||||
|
||||
|
||||
#if PLATFORM(DOM)
|
||||
_DOMElement.style.display = _isHidden ? "none" : "block";
|
||||
_DOMElement.style.display = aFlag ? "none" : "block";
|
||||
#endif
|
||||
|
||||
if (aFlag)
|
||||
|
||||
Reference in New Issue
Block a user