hugoam / kiui

Auto-layout Ui library, lightweight, skinnable and system agnostic, with an OpenGL backend
zlib License
749 stars 70 forks source link

startup rendering erros #16

Closed alexeyknyshev closed 9 years ago

alexeyknyshev commented 9 years ago

There is no rounded windows' edges before style switching. Moreover, other things are broken. Such scrollbar in "Filtered List" demo.

You can see some from videos in:

Regards, Alexey Knyshev

hugoam commented 9 years ago

These should have been fixed with the yesterday commits. Please update and report back if they persist.

alexeyknyshev commented 9 years ago
hugoam commented 9 years ago

I'm working on that one. (Will update on #15 when fixed)

hugoam commented 9 years ago

Should be fixed in d42ff46, please confirm

alexeyknyshev commented 9 years ago

Black background exists, maybe something due to my local merge. I'm going to check.

hugoam commented 9 years ago

I'm not sure what you mean by the black background. You mean the visible flickering of the dropdown header ? (which I think is solved ?) Or something else ? On my build I cannot see the problem

alexeyknyshev commented 9 years ago

So, I'm going to create screenshoots

alexeyknyshev commented 9 years ago

Just after starting kiui_example:

no_style_black_background

Selecting Blendish from styles combobox:

no_style_black_background_2

hugoam commented 9 years ago

Now I get it. That's not a bug. The style that is selected on Startup is actually Blendish Dark and that's how it should look, it doesn't set any background colour for the header. The only confusing thing is that the Dropdown is set to show "Blendish" when the default is actually Blendish Dark. So I'll fix that.

alexeyknyshev commented 9 years ago

Great, ty.