add base dialogs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user