Whitespace cleanup
Cleans up whitespace (tab -> space), alignment and DOS line endings.
This commit is contained in:
@@ -37,9 +37,9 @@ Gtk::TextDirection RTScalable::direction = Gtk::TextDirection::TEXT_DIR_NONE;
|
||||
void RTScalable::setDPInScale (const double newDPI, const int newScale)
|
||||
{
|
||||
if (!options.pseudoHiDPISupport) {
|
||||
scale = 1;
|
||||
dpi = baseDPI;
|
||||
return;
|
||||
scale = 1;
|
||||
dpi = baseDPI;
|
||||
return;
|
||||
}
|
||||
|
||||
if (scale != newScale || (scale == 1 && dpi != newDPI)) {
|
||||
|
Reference in New Issue
Block a user