mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
Previously, the update of the style of an editing textField didn't work. Now when editing, we can update the font, color, alignment and vertical-alignment of the textField Test app in Tests/Manual/CPTextFieldEditingStyleTest/ Fixed #2057
18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
/*
|
|
* AppController.j
|
|
* CPTextFieldEditingStyleTest
|
|
*
|
|
* Created by Alexandre Wilhelm on June 9, 2014.
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
@import <AppKit/AppKit.j>
|
|
|
|
@import "AppController.j"
|
|
|
|
|
|
function main(args, namedArgs)
|
|
{
|
|
CPApplicationMain(args, namedArgs);
|
|
}
|