Skip to content

Commit

Permalink
A Collection of ModList UI Fixes (#5424)
Browse files Browse the repository at this point in the history
- Skin Colors
- Scrollbar Awareness
- No more mangled lines when you filter
- and some more progress (but not done) on add

Addresses #5323
  • Loading branch information
baconpaul authored Nov 18, 2021
1 parent ade3319 commit ed89fdb
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 28 deletions.
5 changes: 5 additions & 0 deletions src/common/SkinColors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,9 @@ const Surge::Skin::Color HeatmapZero("tuningeditor.interval.heatmap.zero", 0xFFF
} // namespace Interval
} // namespace TuningOverlay

namespace ModulationListOverlay
{
const Surge::Skin::Color Border("modlist.border", 0x979797), Text("modlist.text", 0xFFFFFF),
DimText("modlist.dimtext", 0x979797), Arrows("modlist.arrows", 0xE3E3E3);
}
} // namespace Colors
5 changes: 5 additions & 0 deletions src/common/SkinColors.h
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ extern const Surge::Skin::Color Background, Arrow;
} // namespace OctaveJog
} // namespace VirtualKeyboard

namespace ModulationListOverlay
{
extern const Surge::Skin::Color Border, Text, DimText, Arrows;
}

namespace JuceWidgets
{
namespace TabbedBar
Expand Down
Loading

0 comments on commit ed89fdb

Please sign in to comment.