-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the box trigger causing change order of pixmap
When the box is trigger by TwinEventButtonDown, its window's title bar needs to change color and be put onto the toppest layer. However, after removing the implementation of changing the color of window's title bar from the function twin_screen_update(), it will only be putted onto the toppest layer. Therefore, change the location where twin_window_frame() is called to ensure that the color is updated whenever the box or window is triggered by TwinEventButtonDown. Signed-off-by: Wei-Hsin Yeh <[email protected]>
- Loading branch information
1 parent
0b0cc1f
commit 9c7e0d9
Showing
1 changed file
with
16 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters