Skip to content

Commit

Permalink
feature: added keyboard focus for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
klonyyy committed Dec 8, 2024
1 parent b249a21 commit 206679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void Gui::mainThread(std::string externalPath)

ImGuiIO& io = ImGui::GetIO();
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;

io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard;
io.Fonts->AddFontDefault(&cfg);
io.FontGlobalScale = 1.0f;

Expand Down

0 comments on commit 206679a

Please sign in to comment.