diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-10-13 01:00:10 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-10-13 01:00:10 +1000 |
commit | 10c7471149453cea6686aa6f61ec6dac0525c47b (patch) | |
tree | 11c872b10ad42872de3d44d7fec3aa5388ee90e4 /demos/applications/combo/main.c | |
parent | ddf79cd411e2cbdb58c485851b16be496109ab3b (diff) | |
parent | 5cf81b6fbe76cd5decab8e532fd607202abbc6c6 (diff) | |
download | uGFX-10c7471149453cea6686aa6f61ec6dac0525c47b.tar.gz uGFX-10c7471149453cea6686aa6f61ec6dac0525c47b.tar.bz2 uGFX-10c7471149453cea6686aa6f61ec6dac0525c47b.zip |
Merge branch 'TextEdit'
Diffstat (limited to 'demos/applications/combo/main.c')
-rw-r--r-- | demos/applications/combo/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/applications/combo/main.c b/demos/applications/combo/main.c index 0d18d7bc..fba3d851 100644 --- a/demos/applications/combo/main.c +++ b/demos/applications/combo/main.c @@ -42,7 +42,7 @@ /* Our custom yellow style */ static const GWidgetStyle YellowWidgetStyle = { Yellow, // window background - //HTML2COLOR(0x800000), // focus - for text edit. + HTML2COLOR(0x800000), // focus - for text edit. // enabled color set { |