Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow undo a single step #9

Closed
humdingerb opened this issue Dec 9, 2016 · 5 comments
Closed

Allow undo a single step #9

humdingerb opened this issue Dec 9, 2016 · 5 comments

Comments

@humdingerb
Copy link
Member

humdingerb commented Dec 9, 2016

Add an icon button with a tool tip for that. Only allow one undo step!

@scottmc
Copy link
Member

scottmc commented Dec 23, 2017

Fixed by #11

@tuankiet65
Copy link
Contributor

Fixed by #17

@scottmc
Copy link
Member

scottmc commented Dec 23, 2017

Can you download the current code and try to build it? Do it in a clean directory so you don't lose other work. I just merged two pull requests, but not it fails to compile. Maybe you can spot what happened?

@tuankiet65
Copy link
Contributor

I will in the next two or three hours I think, I'm doing school work right now.

@tuankiet65
Copy link
Contributor

@scottmc

~/tmp/Haiku2048> make
mkdir -p objects.x86-cc2-release; \
mkdepend  -I./  -Iobjects.x86-cc2-release/ -p .cpp:objects.x86-cc2-release/%n.o -m -f "objects.x86-cc2-release/WindowBoard.d" WindowBoard.cpp
g++ -c WindowBoard.cpp  -I./  -Iobjects.x86-cc2-release/ -I-   -O3    -o "objects.x86-cc2-release/WindowBoard.o"
/boot/home/tmp/Haiku2048/WindowBoard.cpp: In method `void GameWindow::FrameResized(float, float)':
/boot/home/tmp/Haiku2048/WindowBoard.cpp:189: implicit declaration of function `int SetScale(...)'
/boot/system/develop/etc/makefile-engine:291: recipe for target 'objects.x86-cc2-release/WindowBoard.o' failed
make: *** [objects.x86-cc2-release/WindowBoard.o] Error 1

Probably from pull request #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants