Skip to content

Commit

Permalink
Merge branch 'advanced_color_selector' by caryoscelus
Browse files Browse the repository at this point in the history
  • Loading branch information
manongjohn committed Oct 3, 2020
2 parents 9839467 + 582fea1 commit b60144f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/Qt-Color-Widgets/src/color_wheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <QLineF>
#include <QDragEnterEvent>
#include <QMimeData>
#include <QPainterPath>
#include "color_utils.hpp"

namespace color_widgets {
Expand Down
1 change: 1 addition & 0 deletions toonz/sources/toonz/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2267,6 +2267,7 @@ void MainWindow::defineActions() {
menuAct->setIcon(createQIcon("messagecenter"));
menuAct = createMenuWindowsAction(MI_OpenColorModel, tr("&Color Model"), "");
menuAct->setIcon(createQIcon("colormodel"));
createMenuWindowsAction(MI_OpenAdvancedColorSelector, tr("Advanced Color Selector"), "");
menuAct =
createMenuWindowsAction(MI_OpenStudioPalette, tr("&Studio Palette"), "");
menuAct->setIcon(createQIcon("studiopalette"));
Expand Down

0 comments on commit b60144f

Please sign in to comment.