Index: CtrlLib/ChGtk3.cpp =================================================================== --- CtrlLib/ChGtk3.cpp (wersja 15137) +++ CtrlLib/ChGtk3.cpp (kopia robocza) @@ -299,14 +299,10 @@ SColorHighlightText_Write(GetInkColor()); Gtk_New("label.view"); SColorLabel_Write(GetInkColor()); -#if 0 Gtk_New("tooltip.background"); SColorInfo_Write(GetBackgroundColor()); + Gtk_New("tooltip.color"); SColorInfoText_Write(GetInkColor()); -#else - SColorInfo_Write(IsDark(SColorText()) ? LtYellow() : GrayColor(79)); - SColorInfoText_Write(SColorText()); -#endif ChBaseSkin();