use docking branch

This commit is contained in:
tildearrow 2021-12-13 20:55:40 -05:00
parent 3af0a9feda
commit 7a70ccfe2e
3 changed files with 4 additions and 1 deletions

View file

@ -689,6 +689,8 @@ bool FurnaceGUI::init() {
sty.ScaleAllSizes(dpiScale);
ImGui::GetIO().ConfigFlags|=ImGuiConfigFlags_DockingEnable;
if ((mainFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(defFont_main_compressed_data,defFont_main_compressed_size,18*dpiScale))==NULL) {
logE("could not load UI font!\n");
return false;