Fixed wrong border line width for popups

This commit is contained in:
vurtun 2016-05-03 22:17:08 +02:00
parent cc629f45ca
commit 33185df10a
1 changed files with 1 additions and 1 deletions

View File

@ -15876,7 +15876,7 @@ nk_panel_end(struct nk_context *ctx)
window->bounds.y + layout->border/2.0f,
window->bounds.x + window->bounds.w - layout->border,
window->bounds.y + layout->border/2.0f,
style->window.border, border);
layout->border, border);
/* draw bottom border */
nk_stroke_line(out, window->bounds.x + layout->border/2.0f,