Home
last modified time | relevance | path

Searched refs:next_space_candidate (Results 1 – 1 of 1) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DNotificationManager.cpp435 int next_space_candidate = text.find_first_of(' ', next_space + 1); in init() local
436 …while (next_space_candidate > 0 && ImGui::CalcTextSize(text.substr(last_end, next_space_candidate in init()
437 next_space = next_space_candidate; in init()
438 next_space_candidate = text.find_first_of(' ', next_space + 1); in init()