GTK3TooltipNativeColors.diff

Zbigniew Rebacz, 09/24/2020 09:32 PM

Download (610 Bytes)

View differences:

CtrlLib/ChGtk3.cpp (kopia robocza)
299 299
		SColorHighlightText_Write(GetInkColor());
300 300
	Gtk_New("label.view");
301 301
		SColorLabel_Write(GetInkColor());
302
#if 0
303 302
	Gtk_New("tooltip.background");
304 303
		SColorInfo_Write(GetBackgroundColor());
304
	Gtk_New("tooltip.color");
305 305
		SColorInfoText_Write(GetInkColor());
306
#else
307
	SColorInfo_Write(IsDark(SColorText()) ? LtYellow() : GrayColor(79));
308
	SColorInfoText_Write(SColorText());
309
#endif
310 306

  
311 307
	ChBaseSkin();
312 308