chtooltip updates... again
fix tile overflow add psg to hierarchy update hierarchy (ext.ops after fm)
This commit is contained in:
parent
721c3b55b6
commit
17da58c0ca
4 changed files with 28 additions and 5 deletions
|
|
@ -65,6 +65,7 @@ void FurnaceGUI::drawSysDefs(std::vector<FurnaceGUISysDef>& category, bool& acce
|
|||
if (isHovered && !alreadyHover) {
|
||||
alreadyHover=true;
|
||||
if (ImGui::BeginTooltip()) {
|
||||
ImGui::Dummy(ImVec2(400.0f*dpiScale,0.0f));
|
||||
std::map<DivSystem,int> chipCounts;
|
||||
std::vector<DivSystem> chips;
|
||||
for (FurnaceGUISysDefChip chip: i.orig) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue