first commit of big refactor
This commit is contained in:
@@ -310,7 +310,7 @@ void TextEffect::text_edit_menu() {
|
||||
}
|
||||
|
||||
void TextEffect::open_text_edit() {
|
||||
TextEditDialog ted(mainWindow, text_val->get_current_data().toString());
|
||||
TextEditDialog ted(Olive::MainWindow, text_val->get_current_data().toString());
|
||||
ted.exec();
|
||||
QString result = ted.get_string();
|
||||
if (!result.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user