add base dialogs

This commit is contained in:
chatlanin
2023-03-13 13:29:59 +03:00
parent 44ed461df9
commit 681327e663
13 changed files with 431 additions and 28 deletions

View File

@@ -36,7 +36,7 @@ namespace rrr
}
}
int content::get_cursor_position(TYPE_WIN type) const
int content::get_cursor_position(TYPE_WIN type)
{
switch (type)
{
@@ -47,7 +47,7 @@ namespace rrr
return cursor_position;
break;
case TYPE_WIN::PREVIEW:
return 0;
return get_preview_cursor_position();
break;
default:
return 0;