Add ability to load custom cursors. Add custom cursor to left / right

clip position editing.

Revert white space edits in timelinewidget.
This commit is contained in:
alexmitchell
2019-02-05 16:08:18 +10:30
parent 749c4d8ff8
commit 3fe8660c5e
8 changed files with 371 additions and 314 deletions
+3
View File
@@ -15,6 +15,7 @@
#include "ui/viewerwidget.h"
#include "ui/sourceiconview.h"
#include "ui/timelineheader.h"
#include "ui/cursors.h"
#include "panels/panels.h"
#include "panels/project.h"
@@ -95,6 +96,8 @@ MainWindow::MainWindow(QWidget *parent, const QString &an) :
enable_launch_with_project(false),
appName(an)
{
initCustomCursors();
open_debug_file();
debug_dialog = new DebugDialog(this);