-
Notifications
You must be signed in to change notification settings - Fork 613
Fixes several aero and dark shell issues #443
Conversation
Looks great! 👍 That was very fast 😃 |
{ | ||
} | ||
|
||
cef_buffered_dc(const cef_buffered_dc&) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know you don't "have" to, but could you add a parameter name, like copy
? it'll help make it more obvious that it's the Copy Constructor that you're hiding. You've already done so in your other dark shell class definitions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doing so causes an unreferenced formal parameter warning which is treated as an error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh? bummer. ok. I guess it's fine then.
@JeffryBooher Done with initial review. Overall, changes look fine. Couple of nit-picky comments, and one bigger concern w/ the RGB choices. |
@JeffryBooher Thanks for the misc corrections, and, yes, @larz0 's updated inactive frame color looks better. Still, I have two questions/concerns: (1) is the 1 pel "white" border around the inactive window an intentional change? IMHO, it's a non-standard Window style, and when it's lit up like that, I keep thinking that that window has focus and is in the middle of a window drag operation or something. (2) I don't notice this in |
&larz0 what do you want to do about true white tuxedo border? |
@bchintx I didn't notice the dragging issue but will take a look. |
@JeffryBooher let's use #3c3f41 for the 1px border. |
@bchintx I'm unable to reproduce the flickering line on Windows 8.1 and my fast machine. I can walk you through debugging it if you have time and want to fix it. |
Fixes:
Two issues reported by @MartinMa
Adds: