Changeset 6bc67508d7815dd6e33663252591bb7a553da606
- Timestamp:
- 03/12/09 08:33:30 (3 years ago)
- Author:
- Lincoln de Sousa <lincoln@…>
- Children:
- d72bfcfe4971dca6b46130e8ae07aa149a63e6ce
- Parents:
- 23ad51b105f191c931f4cf908dfe28c07e4f3876
- git-author:
- Aleksandar Krsteski <alekrsteski@…> (03/11/09 18:44:09)
- git-committer:
- Lincoln de Sousa <lincoln@…> (03/12/09 08:33:30)
- Message:
-
Fix background color is always black on start.
Vte background color applies corectly only after the widget is shown. So
add notify for background color in show function in addition to existing
font color notify.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r23ad51b
|
r6bc6750
|
|
| 703 | 703 | |
| 704 | 704 | # This is here because vte color configuration works only |
| 705 | | # after the be widget shown. |
| | 705 | # after the widget is shown. |
| 706 | 706 | self.client.notify(KEY('/style/font/color')) |
| | 707 | self.client.notify(KEY('/style/background/color')) |
| 707 | 708 | |
| 708 | 709 | def hide(self): |