[Gui] Add HourGlass markers including larger sizes

This commit is contained in:
Syres916
2023-11-27 14:53:44 +00:00
committed by wwmayer
parent 89b9a21db5
commit 92707a75cd
2 changed files with 160 additions and 0 deletions

View File

@@ -1441,6 +1441,7 @@ PyObject* Application::sGetMarkerIndex(PyObject * /*self*/, PyObject *args)
std::list<std::pair<std::string, std::string> > markerList = {
{"square", "DIAMOND_FILLED"},
{"cross", "CROSS"},
{"hourglass", "HOURGLASS_FILLED"},
{"plus", "PLUS"},
{"empty", "SQUARE_LINE"},
{"quad", "SQUARE_FILLED"},