mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-06 02:43:40 +00:00
Bring back testing of HUD style CPAlerts.
This part of the test was temporarily disabled recently due to changes which broke HUD style CPAlerts.
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
[alert addButtonWithTitle:message[2]];
|
||||
if (message.length > 3)
|
||||
[alert addButtonWithTitle:message[3]];
|
||||
[alert setTheme:(windowStyle === CPHUDBackgroundWindowMask) ? [CPTheme defaultHudTheme] : [CPTheme defaultTheme]];
|
||||
[alert setAlertStyle:variation[1]];
|
||||
|
||||
if (windowStyle & CPDocModalWindowMask)
|
||||
|
||||
Reference in New Issue
Block a user