Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/b3ca430c4a5f8644915cb16757ed255bebe5b8e5?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

redo problem fixed. Issue 83

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent e51b5dccae
commit b3ca430c4a
  1. 3
      src/domain/UBGraphicsItemUndoCommand.cpp
  2. 2
      src/domain/UBGraphicsItemUndoCommand.h

@ -157,7 +157,7 @@ void UBGraphicsItemUndoCommand::undo()
}
/*void UBGraphicsItemUndoCommand::redo()
void UBGraphicsItemUndoCommand::redo()
{
// the Undo framework calls a redo while appending the undo command.
// as we have already plotted the elements, we do not want to do it twice
@ -236,4 +236,3 @@ void UBGraphicsItemUndoCommand::undo()
mFirstRedo = false;
}
}
*/

@ -52,7 +52,7 @@ class UBGraphicsItemUndoCommand : public UBUndoCommand
protected:
virtual void undo();
//virtual void redo();
virtual void redo();
private:
UBGraphicsScene* mScene;

Loading…
Cancel
Save