Commit Graph

8 Commits

Author SHA1 Message Date
e4bfe8093a Fix of [prusa3d/PrusaSlicer] Remove unnecessary null pointer checks (#5813)
Don't use
if (ptr)
	delete ptr;
call
delete ptr;
directly, it contains the test for null ptr.
2021-01-18 09:33:19 +01:00
3bc30d868e Refactoring:
1. Use C++ style cast instead of C style
2. Deleted unused code from Search
2020-11-26 14:34:54 +01:00
0add9c07d6 UnsavedChangesDialog :: Toggle column is on first place now 2020-08-07 10:21:20 +02:00
a6c0ee9db8 One more experiment 2020-08-06 16:54:14 +02:00
d57a30c29a Added missed includes for GTK 2020-08-06 16:28:12 +02:00
605988cf1f Changed signature of the BitmapTextRenderer
+ Added experimental code for the rendering of the "markuped" text
2020-08-06 15:54:12 +02:00
0979b42079 Fixed a build under OSX 2020-08-06 10:56:14 +02:00
4395e6d74a Custom renderers extracted from the ObjectDataViewModel 2020-08-05 20:26:40 +02:00