From 3c51e5837950d953bae53adcc36ec35d3ad88a20 Mon Sep 17 00:00:00 2001 From: mfeemster Date: Fri, 15 May 2015 18:52:31 -0700 Subject: [PATCH] --User changes Add the ability to click the right mouse button and drag to adjust values in spinners. Filling the palette controls will now also select the proper palette filename (if not empty) in the combo box. Allow for toggling row and column of affine tables. --Bug fixes Fix tab tool tips again. Fix palette list switching. --Code changes Palettes now keep the filename they originated from as a member. Refactor table row and column cell toggling into their own functions. Do not force random select on palette combo index change. --- Source/Fractorium/FractoriumPalette.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Fractorium/FractoriumPalette.cpp b/Source/Fractorium/FractoriumPalette.cpp index 3206ef1..5e9f43a 100644 --- a/Source/Fractorium/FractoriumPalette.cpp +++ b/Source/Fractorium/FractoriumPalette.cpp @@ -327,6 +327,7 @@ void Fractorium::ResetPaletteControls() /// Set the index of the palette file combo box. /// This is for display purposes only so the user can see which file, if any, /// the current palette came from. +/// For embedded palettes with no filename, this will have no effect. /// /// The string to set the index to void Fractorium::SetPaletteFileComboIndex(const string& filename)