Commit 20698028 authored by Claudio Valerio's avatar Claudio Valerio

removed commented code

parent 97dc3d90
...@@ -470,14 +470,12 @@ void UBPreferencesController::toolbarOrientationVertical(bool checked) ...@@ -470,14 +470,12 @@ void UBPreferencesController::toolbarOrientationVertical(bool checked)
{ {
UBSettings* settings = UBSettings::settings(); UBSettings* settings = UBSettings::settings();
settings->appToolBarOrientationVertical->set(checked); settings->appToolBarOrientationVertical->set(checked);
//settings->appToolBarOrientationVertical->set(true);
} }
void UBPreferencesController::toolbarOrientationHorizontal(bool checked) void UBPreferencesController::toolbarOrientationHorizontal(bool checked)
{ {
UBSettings* settings = UBSettings::settings(); UBSettings* settings = UBSettings::settings();
settings->appToolBarOrientationVertical->set(!checked); settings->appToolBarOrientationVertical->set(!checked);
//settings->appToolBarOrientationVertical->set(false);
} }
UBBrushPropertiesFrame::UBBrushPropertiesFrame(QFrame* owner, const QList<QColor>& lightBackgroundColors, UBBrushPropertiesFrame::UBBrushPropertiesFrame(QFrame* owner, const QList<QColor>& lightBackgroundColors,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment