Really fixed the Secondary palette issue, where clicking the RGB slider prints the new setting over mouse cursor. (Mentioned in r782 but I missed the piece of code)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@784 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-05-06 21:13:46 +00:00
parent 344547a0ca
commit df93843c18

View File

@ -2221,10 +2221,10 @@ void Button_Secondary_palette(void)
break; break;
case 7: case 7:
// RGB scale slider // RGB scale slider
Hide_cursor();
Num2str(256-Window_attribute2,str,3); Num2str(256-Window_attribute2,str,3);
Display_cursor(); Hide_cursor();
Print_in_window(157,78,str,MC_Black,MC_Light); Print_in_window(157,78,str,MC_Black,MC_Light);
Display_cursor();
break; break;
case 8: case 8:
// Vertical switch // Vertical switch