zertovitch / gwindows

GWindows: GUI framework for MS Windows
https://sf.net/projects/gnavi/
21 stars 5 forks source link

Add on paint and on erase background to common controls #17

Closed NicoPy closed 10 months ago

NicoPy commented 10 months ago

Issue #15

NicoPy commented 10 months ago

Hmm... It looks like I made a big mess in my repo branches. There are things I still don't understand with Git/Github.

NicoPy commented 10 months ago

Now, there are 2 Background_Color procedures. One for Status_Bar_Type and one for Common_Control_Type. The one for Status_Bar_Type is a system (Windows) one. I have not seen any effect using it. The one for Common_Control_Type effectively paints the background with the chosen color.

zertovitch commented 10 months ago

Hmm... It looks like I made a big mess in my repo branches. There are things I still don't understand with Git/Github.

It seems to be easy to mess things with GitHub - see for instance this recent pull request: https://github.com/zertovitch/gwindows/pull/13#issuecomment-1657075405

About messing & git, but perhaps unrelated to the current topic, there is a good help here: https://deepbluecap.com/git-recover-from-messy-situations/