GUI: use ImGuiChildFlags_Border
This commit is contained in:
parent
d701596972
commit
2fc050c6b4
8 changed files with 10 additions and 10 deletions
|
|
@ -249,7 +249,7 @@ void FurnaceGUI::drawPalette() {
|
|||
ImVec2 avail=ImGui::GetContentRegionAvail();
|
||||
avail.y-=ImGui::GetFrameHeightWithSpacing();
|
||||
|
||||
if (ImGui::BeginChild("CommandPaletteList",avail,false,0)) {
|
||||
if (ImGui::BeginChild("CommandPaletteList",avail,0,0)) {
|
||||
bool navigated=false;
|
||||
if (ImGui::IsKeyPressed(ImGuiKey_UpArrow) && curPaletteChoice>0) {
|
||||
curPaletteChoice-=1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue